Html Css Color HEX #863F04 Saddle Brown

📋 copy color: '#863F04'

red 134 ◦ green 63 ◦ blue 4

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

Shades of Saddle Brown #863F04

Tints of Saddle Brown #863F04

RGB

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

 GREEN value IS 63 (25% from 255) = 31.34%

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

R = 66.67%
G = 31.34%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#863F04 (or 0x863F04) is known color: Saddle Brown. HEX triplet: 86, 3F and 04. RGB value is (134,63,4). Sum of RGB (Red+Green+Blue) = 134+63+4=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #863F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F04 is #79C0FB. Grayscale: #4D4D4D. Windows color (decimal): -7979260 or 278406. OLE color: 278406.

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

Color convert

RGB 134 63 4 -
CMYK 0 0.53 0.97 0.47
HSL 27.23º 0.94% 0.27% -
HSV(B) 27.23º 0.97% 0.53% -
XYZ 11.63 8.63 1.17 -
YUV 77.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 134 63 4 0 0.53 0.97 0.47 27.23 0.94 0.27
Hex 86 3F 4 0 35 61 2F 1B 5E 1B
Octal 206 77 4 0 65 141 57 33 136 33
Binary 10000110 111111 100 0 110101 1100001 101111 11011 1011110 11011

Color Harmonies of #863F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F04

Black with #863F04

Text Example


Text Example

White with #863F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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