Html Css Color HEX #957708 Golden Brown

📋 copy color: '#957708'

red 149 ◦ green 119 ◦ blue 8

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

Shades of Golden Brown #957708

Tints of Golden Brown #957708

RGB

 RED value IS 149 (58.59% from 255) = 53.99%

 GREEN value IS 119 (46.88% from 255) = 43.12%

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

R = 53.99%
G = 43.12%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#957708 (or 0x957708) is known color: Golden Brown. HEX triplet: 95, 77 and 08. RGB value is (149,119,8). Sum of RGB (Red+Green+Blue) = 149+119+8=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #957708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957708 is #6A88F7. Grayscale: #737373. Windows color (decimal): -6981880 or 554901. OLE color: 554901.

HSL color Cylindrical-coordinate representation of color #957708: hue angle of 47.23º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #957708 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 8 -
CMYK 0 0.20 0.95 0.42
HSL 47.23º 0.9% 0.31% -
HSV(B) 47.23º 0.95% 0.58% -
XYZ 19.04 19.6 3.01 -
YUV 115.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 149 119 8 0 0.20 0.95 0.42 47.23 0.9 0.31
Hex 95 77 8 0 14 5F 2A 2F 5A 1F
Octal 225 167 10 0 24 137 52 57 132 37
Binary 10010101 1110111 1000 0 10100 1011111 101010 101111 1011010 11111

Color Harmonies of #957708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957708

Black with #957708

Text Example


Text Example

White with #957708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957708; }

 p { color: rgb(149,119,8); }

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

background-color css

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

 a { background-color: rgb(149,119,8); }

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

border-color css

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

 span { border-color: rgb(149,119,8); }

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