Html Css Color HEX #863204 Saddle Brown

📋 copy color: '#863204'

red 134 ◦ green 50 ◦ blue 4

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

Shades of Saddle Brown #863204

Tints of Saddle Brown #863204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

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

R = 71.28%
G = 26.6%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#863204 (or 0x863204) is known color: Saddle Brown. HEX triplet: 86, 32 and 04. RGB value is (134,50,4). Sum of RGB (Red+Green+Blue) = 134+50+4=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #863204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863204 is #79CDFB. Grayscale: #464646. Windows color (decimal): -7982588 or 275078. OLE color: 275078.

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

Color convert

RGB 134 50 4 -
CMYK 0 0.63 0.97 0.47
HSL 21.23º 0.94% 0.27% -
HSV(B) 21.23º 0.97% 0.53% -
XYZ 10.99 7.36 0.96 -
YUV 69.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 134 50 4 0 0.63 0.97 0.47 21.23 0.94 0.27
Hex 86 32 4 0 3F 61 2F 15 5E 1B
Octal 206 62 4 0 77 141 57 25 136 33
Binary 10000110 110010 100 0 111111 1100001 101111 10101 1011110 11011

Color Harmonies of #863204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863204

Black with #863204

Text Example


Text Example

White with #863204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863204; }

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

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

background-color css

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

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

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

border-color css

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

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

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