Html Css Color HEX #975C08 Golden Brown

📋 copy color: '#975C08'

red 151 ◦ green 92 ◦ blue 8

#975C08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #975C08

Tints of Golden Brown #975C08

RGB

 RED value IS 151 (59.38% from 255) = 60.16%

 GREEN value IS 92 (36.33% from 255) = 36.65%

 BLUE value IS 8 (3.52% from 255) = 3.19%

R = 60.16%
G = 36.65%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#975C08 (or 0x975C08) is known color: Golden Brown. HEX triplet: 97, 5C and 08. RGB value is (151,92,8). Sum of RGB (Red+Green+Blue) = 151+92+8=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #975C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975C08 is #68A3F7. Grayscale: #646464. Windows color (decimal): -6857720 or 547991. OLE color: 547991.

HSL color Cylindrical-coordinate representation of color #975C08: hue angle of 35.24º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #975C08 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 92 8 -
CMYK 0 0.39 0.95 0.41
HSL 35.24º 0.9% 0.31% -
HSV(B) 35.24º 0.95% 0.59% -
XYZ 16.63 14.25 2.1 -
YUV 100.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 151 92 8 0 0.39 0.95 0.41 35.24 0.9 0.31
Hex 97 5C 8 0 27 5F 29 23 5A 1F
Octal 227 134 10 0 47 137 51 43 132 37
Binary 10010111 1011100 1000 0 100111 1011111 101001 100011 1011010 11111

Color Harmonies of #975C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C08

Black with #975C08

Text Example


Text Example

White with #975C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,92,8); }

 H1.HeaderClassName
 {
   color: #975C08;
 }
 .AnyTagClassName
 {
   color: #975C08;
 }
</style>

background-color css

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

 a { background-color: rgb(151,92,8); }

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

border-color css

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

 span { border-color: rgb(151,92,8); }

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