Html Css Color HEX #956821 Golden Brown

📋 copy color: '#956821'

red 149 ◦ green 104 ◦ blue 33

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

Shades of Golden Brown #956821

Tints of Golden Brown #956821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 52.1%
G = 36.36%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#956821 (or 0x956821) is known color: Golden Brown. HEX triplet: 95, 68 and 21. RGB value is (149,104,33). Sum of RGB (Red+Green+Blue) = 149+104+33=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #956821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956821 is #6A97DE. Grayscale: #6D6D6D. Windows color (decimal): -6985695 or 2189461. OLE color: 2189461.

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

Color convert

RGB 149 104 33 -
CMYK 0 0.30 0.78 0.42
HSL 36.72º 0.64% 0.36% -
HSV(B) 36.72º 0.78% 0.58% -
XYZ 17.62 16.4 3.68 -
YUV 109.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 149 104 33 0 0.30 0.78 0.42 36.72 0.64 0.36
Hex 95 68 21 0 1E 4E 2A 25 40 24
Octal 225 150 41 0 36 116 52 45 100 44
Binary 10010101 1101000 100001 0 11110 1001110 101010 100101 1000000 100100

Color Harmonies of #956821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956821

Black with #956821

Text Example


Text Example

White with #956821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956821; }

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

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

background-color css

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

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

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

border-color css

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

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

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