Html Css Color HEX #88350E Saddle Brown

📋 copy color: '#88350E'

red 136 ◦ green 53 ◦ blue 14

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

Shades of Saddle Brown #88350E

Tints of Saddle Brown #88350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 67%
G = 26.11%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88350E (or 0x88350E) is known color: Saddle Brown. HEX triplet: 88, 35 and 0E. RGB value is (136,53,14). Sum of RGB (Red+Green+Blue) = 136+53+14=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88350E is #77CAF1. Grayscale: #494949. Windows color (decimal): -7850738 or 931208. OLE color: 931208.

HSL color Cylindrical-coordinate representation of color #88350E: hue angle of 19.18º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88350E is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 53 14 -
CMYK 0 0.61 0.90 0.47
HSL 19.18º 0.81% 0.29% -
HSV(B) 19.18º 0.9% 0.53% -
XYZ 11.51 7.81 1.32 -
YUV 73.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 136 53 14 0 0.61 0.90 0.47 19.18 0.81 0.29
Hex 88 35 E 0 3D 5A 2F 13 51 1D
Octal 210 65 16 0 75 132 57 23 121 35
Binary 10001000 110101 1110 0 111101 1011010 101111 10011 1010001 11101

Color Harmonies of #88350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88350E

Black with #88350E

Text Example


Text Example

White with #88350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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