Html Css Color HEX #865004 Saddle Brown

📋 copy color: '#865004'

red 134 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #865004

Tints of Saddle Brown #865004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 61.47%
G = 36.7%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#865004 (or 0x865004) is known color: Saddle Brown. HEX triplet: 86, 50 and 04. RGB value is (134,80,4). Sum of RGB (Red+Green+Blue) = 134+80+4=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #865004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865004 is #79AFFB. Grayscale: #575757. Windows color (decimal): -7974908 or 282758. OLE color: 282758.

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

Color convert

RGB 134 80 4 -
CMYK 0 0.40 0.97 0.47
HSL 35.08º 0.94% 0.27% -
HSV(B) 35.08º 0.97% 0.53% -
XYZ 12.72 10.81 1.53 -
YUV 87.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 134 80 4 0 0.40 0.97 0.47 35.08 0.94 0.27
Hex 86 50 4 0 28 61 2F 23 5E 1B
Octal 206 120 4 0 50 141 57 43 136 33
Binary 10000110 1010000 100 0 101000 1100001 101111 100011 1011110 11011

Color Harmonies of #865004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865004

Black with #865004

Text Example


Text Example

White with #865004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865004; }

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

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

background-color css

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

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

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

border-color css

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

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

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