Html Css Color HEX #864500 Saddle Brown

📋 copy color: '#864500'

red 134 ◦ green 69 ◦ blue 0

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

Shades of Saddle Brown #864500

Tints of Saddle Brown #864500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.01%
G = 33.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#864500 (or 0x864500) is known color: Saddle Brown. HEX triplet: 86, 45 and 00. RGB value is (134,69,0). Sum of RGB (Red+Green+Blue) = 134+69+0=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #864500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864500 is #79BAFF. Grayscale: #505050. Windows color (decimal): -7977728 or 17798. OLE color: 17798.

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

Color convert

RGB 134 69 0 -
CMYK 0 0.49 1 0.47
HSL 30.9º 1% 0.26% -
HSV(B) 30.9º 1% 0.53% -
XYZ 11.96 9.32 1.17 -
YUV 80.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 134 69 0 0 0.49 1 0.47 30.9 1 0.26
Hex 86 45 0 0 31 64 2F 1F 64 1A
Octal 206 105 0 0 61 144 57 37 144 32
Binary 10000110 1000101 0 0 110001 1100100 101111 11111 1100100 11010

Color Harmonies of #864500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864500

Black with #864500

Text Example


Text Example

White with #864500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864500; }

 p { color: rgb(134,69,0); }

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

background-color css

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

 a { background-color: rgb(134,69,0); }

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

border-color css

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

 span { border-color: rgb(134,69,0); }

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