Html Css Color HEX #884614 Saddle Brown

📋 copy color: '#884614'

red 136 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #884614

Tints of Saddle Brown #884614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

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

R = 60.18%
G = 30.97%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#884614 (or 0x884614) is known color: Saddle Brown. HEX triplet: 88, 46 and 14. RGB value is (136,70,20). Sum of RGB (Red+Green+Blue) = 136+70+20=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #884614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884614 is #77B9EB. Grayscale: #545454. Windows color (decimal): -7846380 or 1328776. OLE color: 1328776.

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

Color convert

RGB 136 70 20 -
CMYK 0 0.49 0.85 0.47
HSL 25.86º 0.74% 0.31% -
HSV(B) 25.86º 0.85% 0.53% -
XYZ 12.47 9.67 1.87 -
YUV 84.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 136 70 20 0 0.49 0.85 0.47 25.86 0.74 0.31
Hex 88 46 14 0 31 55 2F 1A 4A 1F
Octal 210 106 24 0 61 125 57 32 112 37
Binary 10001000 1000110 10100 0 110001 1010101 101111 11010 1001010 11111

Color Harmonies of #884614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884614

Black with #884614

Text Example


Text Example

White with #884614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884614; }

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

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

background-color css

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

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

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

border-color css

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

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

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