Html Css Color HEX #957808 Golden Brown

📋 copy color: '#957808'

red 149 ◦ green 120 ◦ blue 8

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

Shades of Golden Brown #957808

Tints of Golden Brown #957808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.32%

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

R = 53.79%
G = 43.32%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#957808 (or 0x957808) is known color: Golden Brown. HEX triplet: 95, 78 and 08. RGB value is (149,120,8). Sum of RGB (Red+Green+Blue) = 149+120+8=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #957808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957808 is #6A87F7. Grayscale: #747474. Windows color (decimal): -6981624 or 555157. OLE color: 555157.

HSL color Cylindrical-coordinate representation of color #957808: hue angle of 47.66º 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 #957808 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 8 -
CMYK 0 0.19 0.95 0.42
HSL 47.66º 0.9% 0.31% -
HSV(B) 47.66º 0.95% 0.58% -
XYZ 19.15 19.84 3.05 -
YUV 115.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 149 120 8 0 0.19 0.95 0.42 47.66 0.9 0.31
Hex 95 78 8 0 13 5F 2A 30 5A 1F
Octal 225 170 10 0 23 137 52 60 132 37
Binary 10010101 1111000 1000 0 10011 1011111 101010 110000 1011010 11111

Color Harmonies of #957808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957808

Black with #957808

Text Example


Text Example

White with #957808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957808; }

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

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

background-color css

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

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

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

border-color css

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

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

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