Html Css Color HEX #883912 Saddle Brown

📋 copy color: '#883912'

red 136 ◦ green 57 ◦ blue 18

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

Shades of Saddle Brown #883912

Tints of Saddle Brown #883912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 64.45%
G = 27.01%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#883912 (or 0x883912) is known color: Saddle Brown. HEX triplet: 88, 39 and 12. RGB value is (136,57,18). Sum of RGB (Red+Green+Blue) = 136+57+18=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #883912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883912 is #77C6ED. Grayscale: #4C4C4C. Windows color (decimal): -7849710 or 1194376. OLE color: 1194376.

HSL color Cylindrical-coordinate representation of color #883912: hue angle of 19.83º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #883912 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 57 18 -
CMYK 0 0.58 0.87 0.47
HSL 19.83º 0.77% 0.3% -
HSV(B) 19.83º 0.87% 0.53% -
XYZ 11.73 8.2 1.54 -
YUV 76.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 136 57 18 0 0.58 0.87 0.47 19.83 0.77 0.3
Hex 88 39 12 0 3A 57 2F 14 4D 1E
Octal 210 71 22 0 72 127 57 24 115 36
Binary 10001000 111001 10010 0 111010 1010111 101111 10100 1001101 11110

Color Harmonies of #883912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883912

Black with #883912

Text Example


Text Example

White with #883912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883912; }

 p { color: rgb(136,57,18); }

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

background-color css

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

 a { background-color: rgb(136,57,18); }

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

border-color css

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

 span { border-color: rgb(136,57,18); }

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