Html Css Color HEX #88460F Saddle Brown

📋 copy color: '#88460F'

red 136 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #88460F

Tints of Saddle Brown #88460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 61.54%
G = 31.67%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88460F (or 0x88460F) is known color: Saddle Brown. HEX triplet: 88, 46 and 0F. RGB value is (136,70,15). Sum of RGB (Red+Green+Blue) = 136+70+15=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88460F is #77B9F0. Grayscale: #535353. Windows color (decimal): -7846385 or 1001096. OLE color: 1001096.

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

Color convert

RGB 136 70 15 -
CMYK 0 0.49 0.89 0.47
HSL 27.27º 0.8% 0.3% -
HSV(B) 27.27º 0.89% 0.53% -
XYZ 12.43 9.65 1.66 -
YUV 83.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 136 70 15 0 0.49 0.89 0.47 27.27 0.8 0.3
Hex 88 46 F 0 31 59 2F 1B 50 1E
Octal 210 106 17 0 61 131 57 33 120 36
Binary 10001000 1000110 1111 0 110001 1011001 101111 11011 1010000 11110

Color Harmonies of #88460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88460F

Black with #88460F

Text Example


Text Example

White with #88460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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