Html Css Color HEX #884C0D Saddle Brown

📋 copy color: '#884C0D'

red 136 ◦ green 76 ◦ blue 13

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

Shades of Saddle Brown #884C0D

Tints of Saddle Brown #884C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 60.44%
G = 33.78%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#884C0D (or 0x884C0D) is known color: Saddle Brown. HEX triplet: 88, 4C and 0D. RGB value is (136,76,13). Sum of RGB (Red+Green+Blue) = 136+76+13=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #884C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C0D is #77B3F2. Grayscale: #575757. Windows color (decimal): -7844851 or 871560. OLE color: 871560.

HSL color Cylindrical-coordinate representation of color #884C0D: hue angle of 30.73º degrees, saturation: 0.83, 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 #884C0D is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 13 -
CMYK 0 0.44 0.90 0.47
HSL 30.73º 0.83% 0.29% -
HSV(B) 30.73º 0.9% 0.53% -
XYZ 12.81 10.43 1.72 -
YUV 86.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 136 76 13 0 0.44 0.90 0.47 30.73 0.83 0.29
Hex 88 4C D 0 2C 5A 2F 1F 53 1D
Octal 210 114 15 0 54 132 57 37 123 35
Binary 10001000 1001100 1101 0 101100 1011010 101111 11111 1010011 11101

Color Harmonies of #884C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C0D

Black with #884C0D

Text Example


Text Example

White with #884C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,76,13); }

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

background-color css

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

 a { background-color: rgb(136,76,13); }

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

border-color css

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

 span { border-color: rgb(136,76,13); }

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