Html Css Color HEX #865010 Saddle Brown

📋 copy color: '#865010'

red 134 ◦ green 80 ◦ blue 16

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

Shades of Saddle Brown #865010

Tints of Saddle Brown #865010

RGB

 RED value IS 134 (52.73% from 255) = 58.26%

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 58.26%
G = 34.78%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#865010 (or 0x865010) is known color: Saddle Brown. HEX triplet: 86, 50 and 10. RGB value is (134,80,16). Sum of RGB (Red+Green+Blue) = 134+80+16=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #865010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865010 is #79AFEF. Grayscale: #595959. Windows color (decimal): -7974896 or 1069190. OLE color: 1069190.

HSL color Cylindrical-coordinate representation of color #865010: hue angle of 32.54º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #865010 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 16 -
CMYK 0 0.40 0.88 0.47
HSL 32.54º 0.79% 0.29% -
HSV(B) 32.54º 0.88% 0.53% -
XYZ 12.79 10.84 1.91 -
YUV 88.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 134 80 16 0 0.40 0.88 0.47 32.54 0.79 0.29
Hex 86 50 10 0 28 58 2F 21 4F 1D
Octal 206 120 20 0 50 130 57 41 117 35
Binary 10000110 1010000 10000 0 101000 1011000 101111 100001 1001111 11101

Color Harmonies of #865010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865010

Black with #865010

Text Example


Text Example

White with #865010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865010; }

 p { color: rgb(134,80,16); }

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

background-color css

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

 a { background-color: rgb(134,80,16); }

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

border-color css

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

 span { border-color: rgb(134,80,16); }

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