Html Css Color HEX #88460B Saddle Brown

📋 copy color: '#88460B'

red 136 ◦ green 70 ◦ blue 11

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

Shades of Saddle Brown #88460B

Tints of Saddle Brown #88460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.07%

R = 62.67%
G = 32.26%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#88460B (or 0x88460B) is known color: Saddle Brown. HEX triplet: 88, 46 and 0B. RGB value is (136,70,11). Sum of RGB (Red+Green+Blue) = 136+70+11=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88460B is #77B9F4. Grayscale: #535353. Windows color (decimal): -7846389 or 738952. OLE color: 738952.

HSL color Cylindrical-coordinate representation of color #88460B: hue angle of 28.32º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88460B is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 11 -
CMYK 0 0.49 0.92 0.47
HSL 28.32º 0.85% 0.29% -
HSV(B) 28.32º 0.92% 0.53% -
XYZ 12.4 9.64 1.52 -
YUV 83.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 136 70 11 0 0.49 0.92 0.47 28.32 0.85 0.29
Hex 88 46 B 0 31 5C 2F 1C 55 1D
Octal 210 106 13 0 61 134 57 34 125 35
Binary 10001000 1000110 1011 0 110001 1011100 101111 11100 1010101 11101

Color Harmonies of #88460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88460B

Black with #88460B

Text Example


Text Example

White with #88460B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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