Html Css Color HEX #844312 Saddle Brown

📋 copy color: '#844312'

red 132 ◦ green 67 ◦ blue 18

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

Shades of Saddle Brown #844312

Tints of Saddle Brown #844312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

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

R = 60.83%
G = 30.88%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#844312 (or 0x844312) is known color: Saddle Brown. HEX triplet: 84, 43 and 12. RGB value is (132,67,18). Sum of RGB (Red+Green+Blue) = 132+67+18=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #844312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844312 is #7BBCED. Grayscale: #515151. Windows color (decimal): -8109294 or 1196932. OLE color: 1196932.

HSL color Cylindrical-coordinate representation of color #844312: hue angle of 25.79º 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 #844312 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 18 -
CMYK 0 0.49 0.86 0.48
HSL 25.79º 0.76% 0.29% -
HSV(B) 25.79º 0.86% 0.52% -
XYZ 11.63 8.96 1.69 -
YUV 80.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 132 67 18 0 0.49 0.86 0.48 25.79 0.76 0.29
Hex 84 43 12 0 31 56 30 1A 4C 1D
Octal 204 103 22 0 61 126 60 32 114 35
Binary 10000100 1000011 10010 0 110001 1010110 110000 11010 1001100 11101

Color Harmonies of #844312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844312

Black with #844312

Text Example


Text Example

White with #844312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844312; }

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

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

background-color css

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

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

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

border-color css

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

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

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