Html Css Color HEX #957202 Golden Brown

📋 copy color: '#957202'

red 149 ◦ green 114 ◦ blue 2

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

Shades of Golden Brown #957202

Tints of Golden Brown #957202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 56.23%
G = 43.02%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957202 (or 0x957202) is known color: Golden Brown. HEX triplet: 95, 72 and 02. RGB value is (149,114,2). Sum of RGB (Red+Green+Blue) = 149+114+2=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #957202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957202 is #6A8DFD. Grayscale: #707070. Windows color (decimal): -6983166 or 160405. OLE color: 160405.

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

Color convert

RGB 149 114 2 -
CMYK 0 0.23 0.99 0.42
HSL 45.71º 0.97% 0.3% -
HSV(B) 45.71º 0.99% 0.58% -
XYZ 18.42 18.43 2.64 -
YUV 111.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 149 114 2 0 0.23 0.99 0.42 45.71 0.97 0.3
Hex 95 72 2 0 17 63 2A 2E 61 1E
Octal 225 162 2 0 27 143 52 56 141 36
Binary 10010101 1110010 10 0 10111 1100011 101010 101110 1100001 11110

Color Harmonies of #957202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957202

Black with #957202

Text Example


Text Example

White with #957202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957202; }

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

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

background-color css

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

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

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

border-color css

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

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

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