Html Css Color HEX #884814 Saddle Brown

📋 copy color: '#884814'

red 136 ◦ green 72 ◦ blue 20

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

Shades of Saddle Brown #884814

Tints of Saddle Brown #884814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

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

R = 59.65%
G = 31.58%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#884814 (or 0x884814) is known color: Saddle Brown. HEX triplet: 88, 48 and 14. RGB value is (136,72,20). Sum of RGB (Red+Green+Blue) = 136+72+20=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #884814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884814 is #77B7EB. Grayscale: #555555. Windows color (decimal): -7845868 or 1329288. OLE color: 1329288.

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

Color convert

RGB 136 72 20 -
CMYK 0 0.47 0.85 0.47
HSL 26.9º 0.74% 0.31% -
HSV(B) 26.9º 0.85% 0.53% -
XYZ 12.6 9.92 1.91 -
YUV 85.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 136 72 20 0 0.47 0.85 0.47 26.9 0.74 0.31
Hex 88 48 14 0 2F 55 2F 1B 4A 1F
Octal 210 110 24 0 57 125 57 33 112 37
Binary 10001000 1001000 10100 0 101111 1010101 101111 11011 1001010 11111

Color Harmonies of #884814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884814

Black with #884814

Text Example


Text Example

White with #884814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884814; }

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

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

background-color css

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

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

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

border-color css

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

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

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