Html Css Color HEX #865002 Saddle Brown

📋 copy color: '#865002'

red 134 ◦ green 80 ◦ blue 2

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

Shades of Saddle Brown #865002

Tints of Saddle Brown #865002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 62.04%
G = 37.04%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#865002 (or 0x865002) is known color: Saddle Brown. HEX triplet: 86, 50 and 02. RGB value is (134,80,2). Sum of RGB (Red+Green+Blue) = 134+80+2=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #865002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865002 is #79AFFD. Grayscale: #575757. Windows color (decimal): -7974910 or 151686. OLE color: 151686.

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

Color convert

RGB 134 80 2 -
CMYK 0 0.40 0.99 0.47
HSL 35.45º 0.97% 0.27% -
HSV(B) 35.45º 0.99% 0.53% -
XYZ 12.71 10.81 1.47 -
YUV 87.25 79.89 161.34 -
System Red Green Blue C M Y K H S L
Decimal 134 80 2 0 0.40 0.99 0.47 35.45 0.97 0.27
Hex 86 50 2 0 28 63 2F 23 61 1B
Octal 206 120 2 0 50 143 57 43 141 33
Binary 10000110 1010000 10 0 101000 1100011 101111 100011 1100001 11011

Color Harmonies of #865002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865002

Black with #865002

Text Example


Text Example

White with #865002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865002; }

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

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

background-color css

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

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

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

border-color css

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

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

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