#845C0B

Color #845C0B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #845C0B

Tints of Golden Brown #845C0B

Color information

#845C0B (or 0x845C0B) is unknown color: approx Golden Brown. HEX triplet: 84, 5C and 0B. RGB value is (132,92,11). Sum of RGB (Red+Green+Blue) = 132+92+11=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #845C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845C0B is #7BA3F4. Grayscale: #5F5F5F. Windows color (decimal): -8102901 or 744580. OLE color: 744580.

HSL color Cylindrical-coordinate representation of color #845C0B: hue angle of 40.17º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #845C0B is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1329211-
CMYK00.300.920.48
HSL40.17º84.62%28.04%-
HSV(B)40.17º91.67%51.76%-
XYZ13.412.582.04-
YUV94.7380.75154.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.17%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=56.17%
G=39.15%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132921100.300.920.4840.1784.6228.04
Hex845CB01E5C3028551c
Octal20413413036134605012534
Binary10000100101110010110111101011100110000101000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845C0B; }

 p { color: rgb(132,92,11); }

 H1.HeaderClassName
 {
   color: #845C0B;
 }
 .AnyTagClassName
 {
   color: #845C0B;
 }
</style>
background-color css

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

 a { background-color: rgb(132,92,11); }

 div.DivClassName
 {
   background-color: #845C0B;
 }
 .BgClassName
 {
   background-color: #845C0B;
 }
</style>
border-color css

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

 span { border-color: rgb(132,92,11); }

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