Html Css Color HEX #957807 Golden Brown

📋 copy color: '#957807'

red 149 ◦ green 120 ◦ blue 7

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

Shades of Golden Brown #957807

Tints of Golden Brown #957807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.54%

R = 53.99%
G = 43.48%
B = 2.54%

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

#957807 (or 0x957807) is known color: Golden Brown. HEX triplet: 95, 78 and 07. RGB value is (149,120,7). Sum of RGB (Red+Green+Blue) = 149+120+7=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #957807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957807 is #6A87F8. Grayscale: #747474. Windows color (decimal): -6981625 or 489621. OLE color: 489621.

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

Color convert

RGB 149 120 7 -
CMYK 0 0.19 0.95 0.42
HSL 47.75º 0.91% 0.31% -
HSV(B) 47.75º 0.95% 0.58% -
XYZ 19.15 19.84 3.02 -
YUV 115.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 149 120 7 0 0.19 0.95 0.42 47.75 0.91 0.31
Hex 95 78 7 0 13 5F 2A 30 5B 1F
Octal 225 170 7 0 23 137 52 60 133 37
Binary 10010101 1111000 111 0 10011 1011111 101010 110000 1011011 11111

Color Harmonies of #957807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957807

Black with #957807

Text Example


Text Example

White with #957807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957807; }

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

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

background-color css

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

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

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

border-color css

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

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

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