Html Css Color HEX #863C04 Saddle Brown

📋 copy color: '#863C04'

red 134 ◦ green 60 ◦ blue 4

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

Shades of Saddle Brown #863C04

Tints of Saddle Brown #863C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

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

R = 67.68%
G = 30.3%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#863C04 (or 0x863C04) is known color: Saddle Brown. HEX triplet: 86, 3C and 04. RGB value is (134,60,4). Sum of RGB (Red+Green+Blue) = 134+60+4=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #863C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C04 is #79C3FB. Grayscale: #4C4C4C. Windows color (decimal): -7980028 or 277638. OLE color: 277638.

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

Color convert

RGB 134 60 4 -
CMYK 0 0.55 0.97 0.47
HSL 25.85º 0.94% 0.27% -
HSV(B) 25.85º 0.97% 0.53% -
XYZ 11.47 8.31 1.11 -
YUV 75.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 134 60 4 0 0.55 0.97 0.47 25.85 0.94 0.27
Hex 86 3C 4 0 37 61 2F 1A 5E 1B
Octal 206 74 4 0 67 141 57 32 136 33
Binary 10000110 111100 100 0 110111 1100001 101111 11010 1011110 11011

Color Harmonies of #863C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C04

Black with #863C04

Text Example


Text Example

White with #863C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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