Html Css Color HEX #88460C Saddle Brown

📋 copy color: '#88460C'

red 136 ◦ green 70 ◦ blue 12

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

Shades of Saddle Brown #88460C

Tints of Saddle Brown #88460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 62.39%
G = 32.11%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88460C (or 0x88460C) is known color: Saddle Brown. HEX triplet: 88, 46 and 0C. RGB value is (136,70,12). Sum of RGB (Red+Green+Blue) = 136+70+12=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88460C is #77B9F3. Grayscale: #535353. Windows color (decimal): -7846388 or 804488. OLE color: 804488.

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

Color convert

RGB 136 70 12 -
CMYK 0 0.49 0.91 0.47
HSL 28.06º 0.84% 0.29% -
HSV(B) 28.06º 0.91% 0.53% -
XYZ 12.41 9.64 1.55 -
YUV 83.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 136 70 12 0 0.49 0.91 0.47 28.06 0.84 0.29
Hex 88 46 C 0 31 5B 2F 1C 54 1D
Octal 210 106 14 0 61 133 57 34 124 35
Binary 10001000 1000110 1100 0 110001 1011011 101111 11100 1010100 11101

Color Harmonies of #88460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88460C

Black with #88460C

Text Example


Text Example

White with #88460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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