Html Css Color HEX #956820 Golden Brown

📋 copy color: '#956820'

red 149 ◦ green 104 ◦ blue 32

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

Shades of Golden Brown #956820

Tints of Golden Brown #956820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.49%

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 52.28%
G = 36.49%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#956820 (or 0x956820) is known color: Golden Brown. HEX triplet: 95, 68 and 20. RGB value is (149,104,32). Sum of RGB (Red+Green+Blue) = 149+104+32=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #956820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956820 is #6A97DF. Grayscale: #6D6D6D. Windows color (decimal): -6985696 or 2123925. OLE color: 2123925.

HSL color Cylindrical-coordinate representation of color #956820: hue angle of 36.92º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #956820 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 32 -
CMYK 0 0.30 0.79 0.42
HSL 36.92º 0.65% 0.35% -
HSV(B) 36.92º 0.79% 0.58% -
XYZ 17.61 16.39 3.6 -
YUV 109.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 149 104 32 0 0.30 0.79 0.42 36.92 0.65 0.35
Hex 95 68 20 0 1E 4F 2A 25 41 23
Octal 225 150 40 0 36 117 52 45 101 43
Binary 10010101 1101000 100000 0 11110 1001111 101010 100101 1000001 100011

Color Harmonies of #956820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956820

Black with #956820

Text Example


Text Example

White with #956820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956820; }

 p { color: rgb(149,104,32); }

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

background-color css

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

 a { background-color: rgb(149,104,32); }

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

border-color css

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

 span { border-color: rgb(149,104,32); }

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