Html Css Color HEX #884114 Saddle Brown

📋 copy color: '#884114'

red 136 ◦ green 65 ◦ blue 20

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

Shades of Saddle Brown #884114

Tints of Saddle Brown #884114

RGB

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

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

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

R = 61.54%
G = 29.41%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#884114 (or 0x884114) is known color: Saddle Brown. HEX triplet: 88, 41 and 14. RGB value is (136,65,20). Sum of RGB (Red+Green+Blue) = 136+65+20=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #884114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884114 is #77BEEB. Grayscale: #515151. Windows color (decimal): -7847660 or 1327496. OLE color: 1327496.

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

Color convert

RGB 136 65 20 -
CMYK 0 0.52 0.85 0.47
HSL 23.28º 0.74% 0.31% -
HSV(B) 23.28º 0.85% 0.53% -
XYZ 12.17 9.07 1.77 -
YUV 81.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 136 65 20 0 0.52 0.85 0.47 23.28 0.74 0.31
Hex 88 41 14 0 34 55 2F 17 4A 1F
Octal 210 101 24 0 64 125 57 27 112 37
Binary 10001000 1000001 10100 0 110100 1010101 101111 10111 1001010 11111

Color Harmonies of #884114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884114

Black with #884114

Text Example


Text Example

White with #884114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884114; }

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

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

background-color css

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

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

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

border-color css

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

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

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