Html Css Color HEX #845D0E Golden Brown

📋 copy color: '#845D0E'

red 132 ◦ green 93 ◦ blue 14

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

Shades of Golden Brown #845D0E

Tints of Golden Brown #845D0E

RGB

 RED value IS 132 (51.95% from 255) = 55.23%

 GREEN value IS 93 (36.72% from 255) = 38.91%

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 55.23%
G = 38.91%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#845D0E (or 0x845D0E) is known color: Golden Brown. HEX triplet: 84, 5D and 0E. RGB value is (132,93,14). Sum of RGB (Red+Green+Blue) = 132+93+14=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #845D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D0E is #7BA2F1. Grayscale: #606060. Windows color (decimal): -8102642 or 941444. OLE color: 941444.

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

Color convert

RGB 132 93 14 -
CMYK 0 0.30 0.89 0.48
HSL 40.17º 0.81% 0.29% -
HSV(B) 40.17º 0.89% 0.52% -
XYZ 13.51 12.77 2.17 -
YUV 95.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 132 93 14 0 0.30 0.89 0.48 40.17 0.81 0.29
Hex 84 5D E 0 1E 59 30 28 51 1D
Octal 204 135 16 0 36 131 60 50 121 35
Binary 10000100 1011101 1110 0 11110 1011001 110000 101000 1010001 11101

Color Harmonies of #845D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D0E

Black with #845D0E

Text Example


Text Example

White with #845D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,93,14); }

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

background-color css

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

 a { background-color: rgb(132,93,14); }

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

border-color css

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

 span { border-color: rgb(132,93,14); }

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