Html Css Color HEX #883D18 Saddle Brown

📋 copy color: '#883D18'

red 136 ◦ green 61 ◦ blue 24

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

Shades of Saddle Brown #883D18

Tints of Saddle Brown #883D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 61.54%
G = 27.6%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#883D18 (or 0x883D18) is known color: Saddle Brown. HEX triplet: 88, 3D and 18. RGB value is (136,61,24). Sum of RGB (Red+Green+Blue) = 136+61+24=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #883D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D18 is #77C2E7. Grayscale: #4F4F4F. Windows color (decimal): -7848680 or 1588616. OLE color: 1588616.

HSL color Cylindrical-coordinate representation of color #883D18: hue angle of 19.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #883D18 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 61 24 -
CMYK 0 0.55 0.82 0.47
HSL 19.82º 0.7% 0.31% -
HSV(B) 19.82º 0.82% 0.53% -
XYZ 11.99 8.64 1.9 -
YUV 79.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 136 61 24 0 0.55 0.82 0.47 19.82 0.7 0.31
Hex 88 3D 18 0 37 52 2F 14 46 1F
Octal 210 75 30 0 67 122 57 24 106 37
Binary 10001000 111101 11000 0 110111 1010010 101111 10100 1000110 11111

Color Harmonies of #883D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D18

Black with #883D18

Text Example


Text Example

White with #883D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,61,24); }

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

background-color css

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

 a { background-color: rgb(136,61,24); }

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

border-color css

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

 span { border-color: rgb(136,61,24); }

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