Html Css Color HEX #844115 Saddle Brown

📋 copy color: '#844115'

red 132 ◦ green 65 ◦ blue 21

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

Shades of Saddle Brown #844115

Tints of Saddle Brown #844115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 60.55%
G = 29.82%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#844115 (or 0x844115) is known color: Saddle Brown. HEX triplet: 84, 41 and 15. RGB value is (132,65,21). Sum of RGB (Red+Green+Blue) = 132+65+21=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #844115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844115 is #7BBEEA. Grayscale: #505050. Windows color (decimal): -8109803 or 1393028. OLE color: 1393028.

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

Color convert

RGB 132 65 21 -
CMYK 0 0.51 0.84 0.48
HSL 23.78º 0.73% 0.3% -
HSV(B) 23.78º 0.84% 0.52% -
XYZ 11.54 8.74 1.79 -
YUV 80.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 132 65 21 0 0.51 0.84 0.48 23.78 0.73 0.3
Hex 84 41 15 0 33 54 30 18 49 1E
Octal 204 101 25 0 63 124 60 30 111 36
Binary 10000100 1000001 10101 0 110011 1010100 110000 11000 1001001 11110

Color Harmonies of #844115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844115

Black with #844115

Text Example


Text Example

White with #844115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844115; }

 p { color: rgb(132,65,21); }

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

background-color css

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

 a { background-color: rgb(132,65,21); }

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

border-color css

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

 span { border-color: rgb(132,65,21); }

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