Html Css Color HEX #88350C Saddle Brown

📋 copy color: '#88350C'

red 136 ◦ green 53 ◦ blue 12

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

Shades of Saddle Brown #88350C

Tints of Saddle Brown #88350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.97%

R = 67.66%
G = 26.37%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88350C (or 0x88350C) is known color: Saddle Brown. HEX triplet: 88, 35 and 0C. RGB value is (136,53,12). Sum of RGB (Red+Green+Blue) = 136+53+12=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88350C is #77CAF3. Grayscale: #494949. Windows color (decimal): -7850740 or 800136. OLE color: 800136.

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

Color convert

RGB 136 53 12 -
CMYK 0 0.61 0.91 0.47
HSL 19.84º 0.84% 0.29% -
HSV(B) 19.84º 0.91% 0.53% -
XYZ 11.49 7.81 1.25 -
YUV 73.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 136 53 12 0 0.61 0.91 0.47 19.84 0.84 0.29
Hex 88 35 C 0 3D 5B 2F 14 54 1D
Octal 210 65 14 0 75 133 57 24 124 35
Binary 10001000 110101 1100 0 111101 1011011 101111 10100 1010100 11101

Color Harmonies of #88350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88350C

Black with #88350C

Text Example


Text Example

White with #88350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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