Html Css Color HEX #88350F Saddle Brown

📋 copy color: '#88350F'

red 136 ◦ green 53 ◦ blue 15

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

Shades of Saddle Brown #88350F

Tints of Saddle Brown #88350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 66.67%
G = 25.98%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88350F (or 0x88350F) is known color: Saddle Brown. HEX triplet: 88, 35 and 0F. RGB value is (136,53,15). Sum of RGB (Red+Green+Blue) = 136+53+15=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #88350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88350F is #77CAF0. Grayscale: #494949. Windows color (decimal): -7850737 or 996744. OLE color: 996744.

HSL color Cylindrical-coordinate representation of color #88350F: hue angle of 18.84º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88350F is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 53 15 -
CMYK 0 0.61 0.89 0.47
HSL 18.84º 0.8% 0.3% -
HSV(B) 18.84º 0.89% 0.53% -
XYZ 11.51 7.81 1.35 -
YUV 73.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 136 53 15 0 0.61 0.89 0.47 18.84 0.8 0.3
Hex 88 35 F 0 3D 59 2F 13 50 1E
Octal 210 65 17 0 75 131 57 23 120 36
Binary 10001000 110101 1111 0 111101 1011001 101111 10011 1010000 11110

Color Harmonies of #88350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88350F

Black with #88350F

Text Example


Text Example

White with #88350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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