Html Css Color HEX #844C0E Saddle Brown

📋 copy color: '#844C0E'

red 132 ◦ green 76 ◦ blue 14

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

Shades of Saddle Brown #844C0E

Tints of Saddle Brown #844C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.23%

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

R = 59.46%
G = 34.23%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#844C0E (or 0x844C0E) is known color: Saddle Brown. HEX triplet: 84, 4C and 0E. RGB value is (132,76,14). Sum of RGB (Red+Green+Blue) = 132+76+14=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #844C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844C0E is #7BB3F1. Grayscale: #555555. Windows color (decimal): -8106994 or 937092. OLE color: 937092.

HSL color Cylindrical-coordinate representation of color #844C0E: hue angle of 31.53º 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 #844C0E is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 76 14 -
CMYK 0 0.42 0.89 0.48
HSL 31.53º 0.81% 0.29% -
HSV(B) 31.53º 0.89% 0.52% -
XYZ 12.18 10.11 1.72 -
YUV 85.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 132 76 14 0 0.42 0.89 0.48 31.53 0.81 0.29
Hex 84 4C E 0 2A 59 30 20 51 1D
Octal 204 114 16 0 52 131 60 40 121 35
Binary 10000100 1001100 1110 0 101010 1011001 110000 100000 1010001 11101

Color Harmonies of #844C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C0E

Black with #844C0E

Text Example


Text Example

White with #844C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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