Html Css Color HEX #88310D Saddle Brown

📋 copy color: '#88310D'

red 136 ◦ green 49 ◦ blue 13

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

Shades of Saddle Brown #88310D

Tints of Saddle Brown #88310D

RGB

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

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

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

R = 68.69%
G = 24.75%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88310D (or 0x88310D) is known color: Saddle Brown. HEX triplet: 88, 31 and 0D. RGB value is (136,49,13). Sum of RGB (Red+Green+Blue) = 136+49+13=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88310D is #77CEF2. Grayscale: #474747. Windows color (decimal): -7851763 or 864648. OLE color: 864648.

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

Color convert

RGB 136 49 13 -
CMYK 0 0.64 0.90 0.47
HSL 17.56º 0.83% 0.29% -
HSV(B) 17.56º 0.9% 0.53% -
XYZ 11.32 7.46 1.22 -
YUV 70.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 136 49 13 0 0.64 0.90 0.47 17.56 0.83 0.29
Hex 88 31 D 0 40 5A 2F 12 53 1D
Octal 210 61 15 0 100 132 57 22 123 35
Binary 10001000 110001 1101 0 1000000 1011010 101111 10010 1010011 11101

Color Harmonies of #88310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88310D

Black with #88310D

Text Example


Text Example

White with #88310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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