Html Css Color HEX #88370C Saddle Brown

📋 copy color: '#88370C'

red 136 ◦ green 55 ◦ blue 12

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

Shades of Saddle Brown #88370C

Tints of Saddle Brown #88370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

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

R = 67%
G = 27.09%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88370C (or 0x88370C) is known color: Saddle Brown. HEX triplet: 88, 37 and 0C. RGB value is (136,55,12). Sum of RGB (Red+Green+Blue) = 136+55+12=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88370C is #77C8F3. Grayscale: #4A4A4A. Windows color (decimal): -7850228 or 800648. OLE color: 800648.

HSL color Cylindrical-coordinate representation of color #88370C: hue angle of 20.81º 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 #88370C is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 12 -
CMYK 0 0.60 0.91 0.47
HSL 20.81º 0.84% 0.29% -
HSV(B) 20.81º 0.91% 0.53% -
XYZ 11.59 7.99 1.28 -
YUV 74.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 136 55 12 0 0.60 0.91 0.47 20.81 0.84 0.29
Hex 88 37 C 0 3C 5B 2F 15 54 1D
Octal 210 67 14 0 74 133 57 25 124 35
Binary 10001000 110111 1100 0 111100 1011011 101111 10101 1010100 11101

Color Harmonies of #88370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88370C

Black with #88370C

Text Example


Text Example

White with #88370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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