Html Css Color HEX #864C01 Saddle Brown

📋 copy color: '#864C01'

red 134 ◦ green 76 ◦ blue 1

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

Shades of Saddle Brown #864C01

Tints of Saddle Brown #864C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.02%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 63.51%
G = 36.02%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#864C01 (or 0x864C01) is known color: Saddle Brown. HEX triplet: 86, 4C and 01. RGB value is (134,76,1). Sum of RGB (Red+Green+Blue) = 134+76+1=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #864C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864C01 is #79B3FE. Grayscale: #555555. Windows color (decimal): -7975935 or 85126. OLE color: 85126.

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

Color convert

RGB 134 76 1 -
CMYK 0 0.43 0.99 0.47
HSL 33.83º 0.99% 0.26% -
HSV(B) 33.83º 0.99% 0.53% -
XYZ 12.42 10.24 1.35 -
YUV 84.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 134 76 1 0 0.43 0.99 0.47 33.83 0.99 0.26
Hex 86 4C 1 0 2B 63 2F 22 63 1A
Octal 206 114 1 0 53 143 57 42 143 32
Binary 10000110 1001100 1 0 101011 1100011 101111 100010 1100011 11010

Color Harmonies of #864C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C01

Black with #864C01

Text Example


Text Example

White with #864C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864C01; }

 p { color: rgb(134,76,1); }

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

background-color css

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

 a { background-color: rgb(134,76,1); }

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

border-color css

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

 span { border-color: rgb(134,76,1); }

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