Html Css Color HEX #957008 Golden Brown

📋 copy color: '#957008'

red 149 ◦ green 112 ◦ blue 8

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

Shades of Golden Brown #957008

Tints of Golden Brown #957008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.64%

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

R = 55.39%
G = 41.64%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#957008 (or 0x957008) is known color: Golden Brown. HEX triplet: 95, 70 and 08. RGB value is (149,112,8). Sum of RGB (Red+Green+Blue) = 149+112+8=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #957008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957008 is #6A8FF7. Grayscale: #6F6F6F. Windows color (decimal): -6983672 or 553109. OLE color: 553109.

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

Color convert

RGB 149 112 8 -
CMYK 0 0.25 0.95 0.42
HSL 44.26º 0.9% 0.31% -
HSV(B) 44.26º 0.95% 0.58% -
XYZ 18.23 18 2.74 -
YUV 111.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 149 112 8 0 0.25 0.95 0.42 44.26 0.9 0.31
Hex 95 70 8 0 19 5F 2A 2C 5A 1F
Octal 225 160 10 0 31 137 52 54 132 37
Binary 10010101 1110000 1000 0 11001 1011111 101010 101100 1011010 11111

Color Harmonies of #957008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957008

Black with #957008

Text Example


Text Example

White with #957008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957008; }

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

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

background-color css

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

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

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

border-color css

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

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

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