Html Css Color HEX #88450D Saddle Brown

📋 copy color: '#88450D'

red 136 ◦ green 69 ◦ blue 13

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

Shades of Saddle Brown #88450D

Tints of Saddle Brown #88450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 62.39%
G = 31.65%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88450D (or 0x88450D) is known color: Saddle Brown. HEX triplet: 88, 45 and 0D. RGB value is (136,69,13). Sum of RGB (Red+Green+Blue) = 136+69+13=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88450D is #77BAF2. Grayscale: #525252. Windows color (decimal): -7846643 or 869768. OLE color: 869768.

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

Color convert

RGB 136 69 13 -
CMYK 0 0.49 0.90 0.47
HSL 27.32º 0.83% 0.29% -
HSV(B) 27.32º 0.9% 0.53% -
XYZ 12.35 9.52 1.57 -
YUV 82.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 136 69 13 0 0.49 0.90 0.47 27.32 0.83 0.29
Hex 88 45 D 0 31 5A 2F 1B 53 1D
Octal 210 105 15 0 61 132 57 33 123 35
Binary 10001000 1000101 1101 0 110001 1011010 101111 11011 1010011 11101

Color Harmonies of #88450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88450D

Black with #88450D

Text Example


Text Example

White with #88450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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