Html Css Color HEX #844513 Saddle Brown

📋 copy color: '#844513'

red 132 ◦ green 69 ◦ blue 19

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

Shades of Saddle Brown #844513

Tints of Saddle Brown #844513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 60%
G = 31.36%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#844513 (or 0x844513) is known color: Saddle Brown. HEX triplet: 84, 45 and 13. RGB value is (132,69,19). Sum of RGB (Red+Green+Blue) = 132+69+19=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #844513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844513 is #7BBAEC. Grayscale: #525252. Windows color (decimal): -8108781 or 1262980. OLE color: 1262980.

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

Color convert

RGB 132 69 19 -
CMYK 0 0.48 0.86 0.48
HSL 26.55º 0.75% 0.3% -
HSV(B) 26.55º 0.86% 0.52% -
XYZ 11.76 9.21 1.77 -
YUV 82.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 132 69 19 0 0.48 0.86 0.48 26.55 0.75 0.3
Hex 84 45 13 0 30 56 30 1B 4B 1E
Octal 204 105 23 0 60 126 60 33 113 36
Binary 10000100 1000101 10011 0 110000 1010110 110000 11011 1001011 11110

Color Harmonies of #844513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844513

Black with #844513

Text Example


Text Example

White with #844513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844513; }

 p { color: rgb(132,69,19); }

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

background-color css

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

 a { background-color: rgb(132,69,19); }

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

border-color css

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

 span { border-color: rgb(132,69,19); }

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