Html Css Color HEX #863503 Saddle Brown

📋 copy color: '#863503'

red 134 ◦ green 53 ◦ blue 3

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

Shades of Saddle Brown #863503

Tints of Saddle Brown #863503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 3 (1.56% from 255) = 1.58%

R = 70.53%
G = 27.89%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#863503 (or 0x863503) is known color: Saddle Brown. HEX triplet: 86, 35 and 03. RGB value is (134,53,3). Sum of RGB (Red+Green+Blue) = 134+53+3=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #863503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863503 is #79CAFC. Grayscale: #474747. Windows color (decimal): -7981821 or 210310. OLE color: 210310.

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

Color convert

RGB 134 53 3 -
CMYK 0 0.60 0.98 0.47
HSL 22.9º 0.96% 0.27% -
HSV(B) 22.9º 0.98% 0.53% -
XYZ 11.12 7.62 0.97 -
YUV 71.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 134 53 3 0 0.60 0.98 0.47 22.9 0.96 0.27
Hex 86 35 3 0 3C 62 2F 17 60 1B
Octal 206 65 3 0 74 142 57 27 140 33
Binary 10000110 110101 11 0 111100 1100010 101111 10111 1100000 11011

Color Harmonies of #863503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863503

Black with #863503

Text Example


Text Example

White with #863503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863503; }

 p { color: rgb(134,53,3); }

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

background-color css

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

 a { background-color: rgb(134,53,3); }

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

border-color css

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

 span { border-color: rgb(134,53,3); }

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