Html Css Color HEX #883D14 Saddle Brown

📋 copy color: '#883D14'

red 136 ◦ green 61 ◦ blue 20

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

Shades of Saddle Brown #883D14

Tints of Saddle Brown #883D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 62.67%
G = 28.11%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#883D14 (or 0x883D14) is known color: Saddle Brown. HEX triplet: 88, 3D and 14. RGB value is (136,61,20). Sum of RGB (Red+Green+Blue) = 136+61+20=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #883D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D14 is #77C2EB. Grayscale: #4E4E4E. Windows color (decimal): -7848684 or 1326472. OLE color: 1326472.

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

Color convert

RGB 136 61 20 -
CMYK 0 0.55 0.85 0.47
HSL 21.21º 0.74% 0.31% -
HSV(B) 21.21º 0.85% 0.53% -
XYZ 11.95 8.62 1.7 -
YUV 78.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 136 61 20 0 0.55 0.85 0.47 21.21 0.74 0.31
Hex 88 3D 14 0 37 55 2F 15 4A 1F
Octal 210 75 24 0 67 125 57 25 112 37
Binary 10001000 111101 10100 0 110111 1010101 101111 10101 1001010 11111

Color Harmonies of #883D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D14

Black with #883D14

Text Example


Text Example

White with #883D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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