Html Css Color HEX #88310C Saddle Brown

📋 copy color: '#88310C'

red 136 ◦ green 49 ◦ blue 12

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

Shades of Saddle Brown #88310C

Tints of Saddle Brown #88310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

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

R = 69.04%
G = 24.87%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88310C (or 0x88310C) is known color: Saddle Brown. HEX triplet: 88, 31 and 0C. RGB value is (136,49,12). Sum of RGB (Red+Green+Blue) = 136+49+12=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88310C is #77CEF3. Grayscale: #474747. Windows color (decimal): -7851764 or 799112. OLE color: 799112.

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

Color convert

RGB 136 49 12 -
CMYK 0 0.64 0.91 0.47
HSL 17.9º 0.84% 0.29% -
HSV(B) 17.9º 0.91% 0.53% -
XYZ 11.32 7.46 1.19 -
YUV 70.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 136 49 12 0 0.64 0.91 0.47 17.9 0.84 0.29
Hex 88 31 C 0 40 5B 2F 12 54 1D
Octal 210 61 14 0 100 133 57 22 124 35
Binary 10001000 110001 1100 0 1000000 1011011 101111 10010 1010100 11101

Color Harmonies of #88310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88310C

Black with #88310C

Text Example


Text Example

White with #88310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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