Html Css Color HEX #884513 Saddle Brown

📋 copy color: '#884513'

red 136 ◦ green 69 ◦ blue 19

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

Shades of Saddle Brown #884513

Tints of Saddle Brown #884513

RGB

 RED value IS 136 (53.52% from 255) = 60.71%

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

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

R = 60.71%
G = 30.8%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#884513 (or 0x884513) is known color: Saddle Brown. HEX triplet: 88, 45 and 13. RGB value is (136,69,19). Sum of RGB (Red+Green+Blue) = 136+69+19=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #884513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884513 is #77BAEC. Grayscale: #535353. Windows color (decimal): -7846637 or 1262984. OLE color: 1262984.

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

Color convert

RGB 136 69 19 -
CMYK 0 0.49 0.86 0.47
HSL 25.64º 0.75% 0.3% -
HSV(B) 25.64º 0.86% 0.53% -
XYZ 12.4 9.54 1.8 -
YUV 83.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 136 69 19 0 0.49 0.86 0.47 25.64 0.75 0.3
Hex 88 45 13 0 31 56 2F 1A 4B 1E
Octal 210 105 23 0 61 126 57 32 113 36
Binary 10001000 1000101 10011 0 110001 1010110 101111 11010 1001011 11110

Color Harmonies of #884513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884513

Black with #884513

Text Example


Text Example

White with #884513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884513; }

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

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

background-color css

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

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

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

border-color css

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

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

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