Html Css Color HEX #883C12 Saddle Brown

📋 copy color: '#883C12'

red 136 ◦ green 60 ◦ blue 18

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

Shades of Saddle Brown #883C12

Tints of Saddle Brown #883C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

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

R = 63.55%
G = 28.04%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#883C12 (or 0x883C12) is known color: Saddle Brown. HEX triplet: 88, 3C and 12. RGB value is (136,60,18). Sum of RGB (Red+Green+Blue) = 136+60+18=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #883C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883C12 is #77C3ED. Grayscale: #4E4E4E. Windows color (decimal): -7848942 or 1195144. OLE color: 1195144.

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

Color convert

RGB 136 60 18 -
CMYK 0 0.56 0.87 0.47
HSL 21.36º 0.77% 0.3% -
HSV(B) 21.36º 0.87% 0.53% -
XYZ 11.88 8.51 1.59 -
YUV 77.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 136 60 18 0 0.56 0.87 0.47 21.36 0.77 0.3
Hex 88 3C 12 0 38 57 2F 15 4D 1E
Octal 210 74 22 0 70 127 57 25 115 36
Binary 10001000 111100 10010 0 111000 1010111 101111 10101 1001101 11110

Color Harmonies of #883C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C12

Black with #883C12

Text Example


Text Example

White with #883C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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