Html Css Color HEX #88320B Saddle Brown

📋 copy color: '#88320B'

red 136 ◦ green 50 ◦ blue 11

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

Shades of Saddle Brown #88320B

Tints of Saddle Brown #88320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

 BLUE value IS 11 (4.69% from 255) = 5.58%

R = 69.04%
G = 25.38%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#88320B (or 0x88320B) is known color: Saddle Brown. HEX triplet: 88, 32 and 0B. RGB value is (136,50,11). Sum of RGB (Red+Green+Blue) = 136+50+11=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88320B is #77CDF4. Grayscale: #474747. Windows color (decimal): -7851509 or 733832. OLE color: 733832.

HSL color Cylindrical-coordinate representation of color #88320B: hue angle of 18.72º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88320B is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 11 -
CMYK 0 0.63 0.92 0.47
HSL 18.72º 0.85% 0.29% -
HSV(B) 18.72º 0.92% 0.53% -
XYZ 11.35 7.54 1.17 -
YUV 71.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 136 50 11 0 0.63 0.92 0.47 18.72 0.85 0.29
Hex 88 32 B 0 3F 5C 2F 13 55 1D
Octal 210 62 13 0 77 134 57 23 125 35
Binary 10001000 110010 1011 0 111111 1011100 101111 10011 1010101 11101

Color Harmonies of #88320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88320B

Black with #88320B

Text Example


Text Example

White with #88320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88320B; }

 p { color: rgb(136,50,11); }

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

background-color css

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

 a { background-color: rgb(136,50,11); }

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

border-color css

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

 span { border-color: rgb(136,50,11); }

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