Html Css Color HEX #884113 Saddle Brown

📋 copy color: '#884113'

red 136 ◦ green 65 ◦ blue 19

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

Shades of Saddle Brown #884113

Tints of Saddle Brown #884113

RGB

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

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

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

R = 61.82%
G = 29.55%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#884113 (or 0x884113) is known color: Saddle Brown. HEX triplet: 88, 41 and 13. RGB value is (136,65,19). Sum of RGB (Red+Green+Blue) = 136+65+19=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #884113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884113 is #77BEEC. Grayscale: #515151. Windows color (decimal): -7847661 or 1261960. OLE color: 1261960.

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

Color convert

RGB 136 65 19 -
CMYK 0 0.52 0.86 0.47
HSL 23.59º 0.75% 0.3% -
HSV(B) 23.59º 0.86% 0.53% -
XYZ 12.16 9.06 1.72 -
YUV 80.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 136 65 19 0 0.52 0.86 0.47 23.59 0.75 0.3
Hex 88 41 13 0 34 56 2F 18 4B 1E
Octal 210 101 23 0 64 126 57 30 113 36
Binary 10001000 1000001 10011 0 110100 1010110 101111 11000 1001011 11110

Color Harmonies of #884113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884113

Black with #884113

Text Example


Text Example

White with #884113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884113; }

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

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

background-color css

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

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

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

border-color css

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

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

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