Html Css Color HEX #884414 Saddle Brown

📋 copy color: '#884414'

red 136 ◦ green 68 ◦ blue 20

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

Shades of Saddle Brown #884414

Tints of Saddle Brown #884414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.36%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 60.71%
G = 30.36%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#884414 (or 0x884414) is known color: Saddle Brown. HEX triplet: 88, 44 and 14. RGB value is (136,68,20). Sum of RGB (Red+Green+Blue) = 136+68+20=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #884414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884414 is #77BBEB. Grayscale: #535353. Windows color (decimal): -7846892 or 1328264. OLE color: 1328264.

HSL color Cylindrical-coordinate representation of color #884414: hue angle of 24.83º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #884414 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 20 -
CMYK 0 0.50 0.85 0.47
HSL 24.83º 0.74% 0.31% -
HSV(B) 24.83º 0.85% 0.53% -
XYZ 12.35 9.42 1.83 -
YUV 82.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 136 68 20 0 0.50 0.85 0.47 24.83 0.74 0.31
Hex 88 44 14 0 32 55 2F 19 4A 1F
Octal 210 104 24 0 62 125 57 31 112 37
Binary 10001000 1000100 10100 0 110010 1010101 101111 11001 1001010 11111

Color Harmonies of #884414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884414

Black with #884414

Text Example


Text Example

White with #884414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884414; }

 p { color: rgb(136,68,20); }

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

background-color css

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

 a { background-color: rgb(136,68,20); }

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

border-color css

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

 span { border-color: rgb(136,68,20); }

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