#975A0B

Color #975A0B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #975A0B

Tints of Golden Brown #975A0B

Color information

#975A0B (or 0x975A0B) is unknown color: approx Golden Brown. HEX triplet: 97, 5A and 0B. RGB value is (151,90,11). Sum of RGB (Red+Green+Blue) = 151+90+11=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #975A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975A0B is #68A5F4. Grayscale: #636363. Windows color (decimal): -6858229 or 744087. OLE color: 744087.

HSL color Cylindrical-coordinate representation of color #975A0B: hue angle of 33.86º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #975A0B is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1519011-
CMYK00.400.930.41
HSL33.86º86.42%31.76%-
HSV(B)33.86º92.72%59.22%-
XYZ16.4813.922.13-
YUV99.2378.21164.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 59.92%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 11 (4.69% from 255) = 4.37%
R=59.92%
G=35.71%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151901100.400.930.4133.8686.4231.76
Hex975AB0285D29225620
Octal22713213050135514212640
Binary1001011110110101011010100010111011010011000101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975A0B; }

 p { color: rgb(151,90,11); }

 H1.HeaderClassName
 {
   color: #975A0B;
 }
 .AnyTagClassName
 {
   color: #975A0B;
 }
</style>
background-color css

<style>
 a { background-color: #975A0B; }

 a { background-color: rgb(151,90,11); }

 div.DivClassName
 {
   background-color: #975A0B;
 }
 .BgClassName
 {
   background-color: #975A0B;
 }
</style>
border-color css

<style>
 span { border-color: #975A0B; }

 span { border-color: rgb(151,90,11); }

 td.TdClassName
 {
   border-color: #975A0B;
 }
 .TagClassName
 {
   border-color: #975A0B;
 }
</style>