Html Css Color HEX #88350B Saddle Brown

📋 copy color: '#88350B'

red 136 ◦ green 53 ◦ blue 11

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

Shades of Saddle Brown #88350B

Tints of Saddle Brown #88350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

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

R = 68%
G = 26.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#88350B (or 0x88350B) is known color: Saddle Brown. HEX triplet: 88, 35 and 0B. RGB value is (136,53,11). Sum of RGB (Red+Green+Blue) = 136+53+11=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88350B is #77CAF4. Grayscale: #494949. Windows color (decimal): -7850741 or 734600. OLE color: 734600.

HSL color Cylindrical-coordinate representation of color #88350B: hue angle of 20.16º 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 #88350B is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 53 11 -
CMYK 0 0.61 0.92 0.47
HSL 20.16º 0.85% 0.29% -
HSV(B) 20.16º 0.92% 0.53% -
XYZ 11.49 7.8 1.22 -
YUV 73.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 136 53 11 0 0.61 0.92 0.47 20.16 0.85 0.29
Hex 88 35 B 0 3D 5C 2F 14 55 1D
Octal 210 65 13 0 75 134 57 24 125 35
Binary 10001000 110101 1011 0 111101 1011100 101111 10100 1010101 11101

Color Harmonies of #88350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88350B

Black with #88350B

Text Example


Text Example

White with #88350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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