Html Css Color HEX #865210 Saddle Brown

📋 copy color: '#865210'

red 134 ◦ green 82 ◦ blue 16

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

Shades of Saddle Brown #865210

Tints of Saddle Brown #865210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

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

R = 57.76%
G = 35.34%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#865210 (or 0x865210) is known color: Saddle Brown. HEX triplet: 86, 52 and 10. RGB value is (134,82,16). Sum of RGB (Red+Green+Blue) = 134+82+16=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #865210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865210 is #79ADEF. Grayscale: #5A5A5A. Windows color (decimal): -7974384 or 1069702. OLE color: 1069702.

HSL color Cylindrical-coordinate representation of color #865210: hue angle of 33.56º 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 #865210 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 16 -
CMYK 0 0.39 0.88 0.47
HSL 33.56º 0.79% 0.29% -
HSV(B) 33.56º 0.88% 0.53% -
XYZ 12.94 11.14 1.96 -
YUV 90.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 134 82 16 0 0.39 0.88 0.47 33.56 0.79 0.29
Hex 86 52 10 0 27 58 2F 22 4F 1D
Octal 206 122 20 0 47 130 57 42 117 35
Binary 10000110 1010010 10000 0 100111 1011000 101111 100010 1001111 11101

Color Harmonies of #865210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865210

Black with #865210

Text Example


Text Example

White with #865210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865210; }

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

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

background-color css

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

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

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

border-color css

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

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

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