Html Css Color HEX #863604 Saddle Brown

📋 copy color: '#863604'

red 134 ◦ green 54 ◦ blue 4

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

Shades of Saddle Brown #863604

Tints of Saddle Brown #863604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

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

R = 69.79%
G = 28.13%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#863604 (or 0x863604) is known color: Saddle Brown. HEX triplet: 86, 36 and 04. RGB value is (134,54,4). Sum of RGB (Red+Green+Blue) = 134+54+4=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #863604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863604 is #79C9FB. Grayscale: #484848. Windows color (decimal): -7981564 or 276102. OLE color: 276102.

HSL color Cylindrical-coordinate representation of color #863604: hue angle of 23.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 #863604 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 54 4 -
CMYK 0 0.60 0.97 0.47
HSL 23.08º 0.94% 0.27% -
HSV(B) 23.08º 0.97% 0.53% -
XYZ 11.17 7.72 1.02 -
YUV 72.22 89.5 172.07 -
System Red Green Blue C M Y K H S L
Decimal 134 54 4 0 0.60 0.97 0.47 23.08 0.94 0.27
Hex 86 36 4 0 3C 61 2F 17 5E 1B
Octal 206 66 4 0 74 141 57 27 136 33
Binary 10000110 110110 100 0 111100 1100001 101111 10111 1011110 11011

Color Harmonies of #863604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863604

Black with #863604

Text Example


Text Example

White with #863604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863604; }

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

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

background-color css

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

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

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

border-color css

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

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

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