Html Css Color HEX #88350D Saddle Brown

📋 copy color: '#88350D'

red 136 ◦ green 53 ◦ blue 13

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

Shades of Saddle Brown #88350D

Tints of Saddle Brown #88350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 67.33%
G = 26.24%
B = 6.44%

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

#88350D (or 0x88350D) is known color: Saddle Brown. HEX triplet: 88, 35 and 0D. RGB value is (136,53,13). Sum of RGB (Red+Green+Blue) = 136+53+13=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88350D is #77CAF2. Grayscale: #494949. Windows color (decimal): -7850739 or 865672. OLE color: 865672.

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

Color convert

RGB 136 53 13 -
CMYK 0 0.61 0.90 0.47
HSL 19.51º 0.83% 0.29% -
HSV(B) 19.51º 0.9% 0.53% -
XYZ 11.5 7.81 1.28 -
YUV 73.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 136 53 13 0 0.61 0.90 0.47 19.51 0.83 0.29
Hex 88 35 D 0 3D 5A 2F 14 53 1D
Octal 210 65 15 0 75 132 57 24 123 35
Binary 10001000 110101 1101 0 111101 1011010 101111 10100 1010011 11101

Color Harmonies of #88350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88350D

Black with #88350D

Text Example


Text Example

White with #88350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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