Html Css Color HEX #844E0C Saddle Brown

📋 copy color: '#844E0C'

red 132 ◦ green 78 ◦ blue 12

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

Shades of Saddle Brown #844E0C

Tints of Saddle Brown #844E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.14%

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 59.46%
G = 35.14%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#844E0C (or 0x844E0C) is known color: Saddle Brown. HEX triplet: 84, 4E and 0C. RGB value is (132,78,12). Sum of RGB (Red+Green+Blue) = 132+78+12=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #844E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844E0C is #7BB1F3. Grayscale: #565656. Windows color (decimal): -8106484 or 806532. OLE color: 806532.

HSL color Cylindrical-coordinate representation of color #844E0C: hue angle of 33º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #844E0C is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 78 12 -
CMYK 0 0.41 0.91 0.48
HSL 33º 0.83% 0.28% -
HSV(B) 33º 0.91% 0.52% -
XYZ 12.31 10.38 1.7 -
YUV 86.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 132 78 12 0 0.41 0.91 0.48 33 0.83 0.28
Hex 84 4E C 0 29 5B 30 21 53 1C
Octal 204 116 14 0 51 133 60 41 123 34
Binary 10000100 1001110 1100 0 101001 1011011 110000 100001 1010011 11100

Color Harmonies of #844E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844E0C

Black with #844E0C

Text Example


Text Example

White with #844E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,78,12); }

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

background-color css

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

 a { background-color: rgb(132,78,12); }

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

border-color css

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

 span { border-color: rgb(132,78,12); }

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