Html Css Color HEX #88490F Saddle Brown

📋 copy color: '#88490F'

red 136 ◦ green 73 ◦ blue 15

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

Shades of Saddle Brown #88490F

Tints of Saddle Brown #88490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 15 (6.25% from 255) = 6.7%

R = 60.71%
G = 32.59%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88490F (or 0x88490F) is known color: Saddle Brown. HEX triplet: 88, 49 and 0F. RGB value is (136,73,15). Sum of RGB (Red+Green+Blue) = 136+73+15=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #88490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88490F is #77B6F0. Grayscale: #555555. Windows color (decimal): -7845617 or 1001864. OLE color: 1001864.

HSL color Cylindrical-coordinate representation of color #88490F: hue angle of 28.76º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88490F is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 15 -
CMYK 0 0.46 0.89 0.47
HSL 28.76º 0.8% 0.3% -
HSV(B) 28.76º 0.89% 0.53% -
XYZ 12.62 10.03 1.72 -
YUV 85.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 136 73 15 0 0.46 0.89 0.47 28.76 0.8 0.3
Hex 88 49 F 0 2E 59 2F 1D 50 1E
Octal 210 111 17 0 56 131 57 35 120 36
Binary 10001000 1001001 1111 0 101110 1011001 101111 11101 1010000 11110

Color Harmonies of #88490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88490F

Black with #88490F

Text Example


Text Example

White with #88490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88490F; }

 p { color: rgb(136,73,15); }

 H1.HeaderClassName
 {
   color: #88490F;
 }
 .AnyTagClassName
 {
   color: #88490F;
 }
</style>

background-color css

<style>
 a { background-color: #88490F; }

 a { background-color: rgb(136,73,15); }

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

border-color css

<style>
 span { border-color: #88490F; }

 span { border-color: rgb(136,73,15); }

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