Html Css Color HEX #864300 Saddle Brown

📋 copy color: '#864300'

red 134 ◦ green 67 ◦ blue 0

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

Shades of Saddle Brown #864300

Tints of Saddle Brown #864300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#864300 (or 0x864300) is known color: Saddle Brown. HEX triplet: 86, 43 and 00. RGB value is (134,67,0). Sum of RGB (Red+Green+Blue) = 134+67+0=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #864300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864300 is #79BCFF. Grayscale: #4F4F4F. Windows color (decimal): -7978240 or 17286. OLE color: 17286.

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

Color convert

RGB 134 67 0 -
CMYK 0 0.5 1 0.47
HSL 30º 1% 0.26% -
HSV(B) 30º 1% 0.53% -
XYZ 11.84 9.08 1.13 -
YUV 79.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 134 67 0 0 0.5 1 0.47 30 1 0.26
Hex 86 43 0 0 32 64 2F 1E 64 1A
Octal 206 103 0 0 62 144 57 36 144 32
Binary 10000110 1000011 0 0 110010 1100100 101111 11110 1100100 11010

Color Harmonies of #864300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864300

Black with #864300

Text Example


Text Example

White with #864300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864300; }

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

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

background-color css

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

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

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

border-color css

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

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

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