Html Css Color HEX #883310 Saddle Brown

📋 copy color: '#883310'

red 136 ◦ green 51 ◦ blue 16

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

Shades of Saddle Brown #883310

Tints of Saddle Brown #883310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 67%
G = 25.12%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#883310 (or 0x883310) is known color: Saddle Brown. HEX triplet: 88, 33 and 10. RGB value is (136,51,16). Sum of RGB (Red+Green+Blue) = 136+51+16=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #883310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883310 is #77CCEF. Grayscale: #484848. Windows color (decimal): -7851248 or 1061768. OLE color: 1061768.

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

Color convert

RGB 136 51 16 -
CMYK 0 0.62 0.88 0.47
HSL 17.5º 0.79% 0.3% -
HSV(B) 17.5º 0.88% 0.53% -
XYZ 11.43 7.64 1.36 -
YUV 72.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 136 51 16 0 0.62 0.88 0.47 17.5 0.79 0.3
Hex 88 33 10 0 3E 58 2F 12 4F 1E
Octal 210 63 20 0 76 130 57 22 117 36
Binary 10001000 110011 10000 0 111110 1011000 101111 10010 1001111 11110

Color Harmonies of #883310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883310

Black with #883310

Text Example


Text Example

White with #883310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883310; }

 p { color: rgb(136,51,16); }

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

background-color css

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

 a { background-color: rgb(136,51,16); }

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

border-color css

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

 span { border-color: rgb(136,51,16); }

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