Html Css Color HEX #884014 Saddle Brown

📋 copy color: '#884014'

red 136 ◦ green 64 ◦ blue 20

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

Shades of Saddle Brown #884014

Tints of Saddle Brown #884014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.09%

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

R = 61.82%
G = 29.09%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#884014 (or 0x884014) is known color: Saddle Brown. HEX triplet: 88, 40 and 14. RGB value is (136,64,20). Sum of RGB (Red+Green+Blue) = 136+64+20=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #884014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884014 is #77BFEB. Grayscale: #505050. Windows color (decimal): -7847916 or 1327240. OLE color: 1327240.

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

Color convert

RGB 136 64 20 -
CMYK 0 0.53 0.85 0.47
HSL 22.76º 0.74% 0.31% -
HSV(B) 22.76º 0.85% 0.53% -
XYZ 12.11 8.95 1.75 -
YUV 80.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 136 64 20 0 0.53 0.85 0.47 22.76 0.74 0.31
Hex 88 40 14 0 35 55 2F 17 4A 1F
Octal 210 100 24 0 65 125 57 27 112 37
Binary 10001000 1000000 10100 0 110101 1010101 101111 10111 1001010 11111

Color Harmonies of #884014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884014

Black with #884014

Text Example


Text Example

White with #884014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884014; }

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

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

background-color css

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

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

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

border-color css

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

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

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