Html Css Color HEX #844613 Saddle Brown

📋 copy color: '#844613'

red 132 ◦ green 70 ◦ blue 19

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

Shades of Saddle Brown #844613

Tints of Saddle Brown #844613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 59.73%
G = 31.67%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#844613 (or 0x844613) is known color: Saddle Brown. HEX triplet: 84, 46 and 13. RGB value is (132,70,19). Sum of RGB (Red+Green+Blue) = 132+70+19=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #844613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844613 is #7BB9EC. Grayscale: #525252. Windows color (decimal): -8108525 or 1263236. OLE color: 1263236.

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

Color convert

RGB 132 70 19 -
CMYK 0 0.47 0.86 0.48
HSL 27.08º 0.75% 0.3% -
HSV(B) 27.08º 0.86% 0.52% -
XYZ 11.82 9.33 1.79 -
YUV 82.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 132 70 19 0 0.47 0.86 0.48 27.08 0.75 0.3
Hex 84 46 13 0 2F 56 30 1B 4B 1E
Octal 204 106 23 0 57 126 60 33 113 36
Binary 10000100 1000110 10011 0 101111 1010110 110000 11011 1001011 11110

Color Harmonies of #844613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844613

Black with #844613

Text Example


Text Example

White with #844613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844613; }

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

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

background-color css

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

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

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

border-color css

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

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

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