Html Css Color HEX #884E0E Saddle Brown

📋 copy color: '#884E0E'

red 136 ◦ green 78 ◦ blue 14

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

Shades of Saddle Brown #884E0E

Tints of Saddle Brown #884E0E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.21%

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 59.65%
G = 34.21%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#884E0E (or 0x884E0E) is known color: Saddle Brown. HEX triplet: 88, 4E and 0E. RGB value is (136,78,14). Sum of RGB (Red+Green+Blue) = 136+78+14=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #884E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884E0E is #77B1F1. Grayscale: #585858. Windows color (decimal): -7844338 or 937608. OLE color: 937608.

HSL color Cylindrical-coordinate representation of color #884E0E: hue angle of 31.48º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #884E0E is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 78 14 -
CMYK 0 0.43 0.90 0.47
HSL 31.48º 0.81% 0.29% -
HSV(B) 31.48º 0.9% 0.53% -
XYZ 12.96 10.71 1.8 -
YUV 88.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 136 78 14 0 0.43 0.90 0.47 31.48 0.81 0.29
Hex 88 4E E 0 2B 5A 2F 1F 51 1D
Octal 210 116 16 0 53 132 57 37 121 35
Binary 10001000 1001110 1110 0 101011 1011010 101111 11111 1010001 11101

Color Harmonies of #884E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884E0E

Black with #884E0E

Text Example


Text Example

White with #884E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884E0E; }

 p { color: rgb(136,78,14); }

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

background-color css

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

 a { background-color: rgb(136,78,14); }

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

border-color css

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

 span { border-color: rgb(136,78,14); }

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