Html Css Color HEX #844212 Saddle Brown

📋 copy color: '#844212'

red 132 ◦ green 66 ◦ blue 18

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

Shades of Saddle Brown #844212

Tints of Saddle Brown #844212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 61.11%
G = 30.56%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#844212 (or 0x844212) is known color: Saddle Brown. HEX triplet: 84, 42 and 12. RGB value is (132,66,18). Sum of RGB (Red+Green+Blue) = 132+66+18=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #844212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844212 is #7BBDED. Grayscale: #505050. Windows color (decimal): -8109550 or 1196676. OLE color: 1196676.

HSL color Cylindrical-coordinate representation of color #844212: hue angle of 25.26º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #844212 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 18 -
CMYK 0 0.5 0.86 0.48
HSL 25.26º 0.76% 0.29% -
HSV(B) 25.26º 0.86% 0.52% -
XYZ 11.57 8.85 1.67 -
YUV 80.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 132 66 18 0 0.5 0.86 0.48 25.26 0.76 0.29
Hex 84 42 12 0 32 56 30 19 4C 1D
Octal 204 102 22 0 62 126 60 31 114 35
Binary 10000100 1000010 10010 0 110010 1010110 110000 11001 1001100 11101

Color Harmonies of #844212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844212

Black with #844212

Text Example


Text Example

White with #844212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844212; }

 p { color: rgb(132,66,18); }

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

background-color css

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

 a { background-color: rgb(132,66,18); }

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

border-color css

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

 span { border-color: rgb(132,66,18); }

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