Html Css Color HEX #957200 Golden Brown

📋 copy color: '#957200'

red 149 ◦ green 114 ◦ blue 0

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

Shades of Golden Brown #957200

Tints of Golden Brown #957200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.65%
G = 43.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957200 (or 0x957200) is known color: Golden Brown. HEX triplet: 95, 72 and 00. RGB value is (149,114,0). Sum of RGB (Red+Green+Blue) = 149+114+0=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #957200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957200 is #6A8DFF. Grayscale: #6F6F6F. Windows color (decimal): -6983168 or 29333. OLE color: 29333.

HSL color Cylindrical-coordinate representation of color #957200: hue angle of 45.91º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #957200 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 0 -
CMYK 0 0.23 1 0.42
HSL 45.91º 1% 0.29% -
HSV(B) 45.91º 1% 0.58% -
XYZ 18.41 18.42 2.59 -
YUV 111.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 149 114 0 0 0.23 1 0.42 45.91 1 0.29
Hex 95 72 0 0 17 64 2A 2E 64 1D
Octal 225 162 0 0 27 144 52 56 144 35
Binary 10010101 1110010 0 0 10111 1100100 101010 101110 1100100 11101

Color Harmonies of #957200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957200

Black with #957200

Text Example


Text Example

White with #957200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957200; }

 p { color: rgb(149,114,0); }

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

background-color css

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

 a { background-color: rgb(149,114,0); }

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

border-color css

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

 span { border-color: rgb(149,114,0); }

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