Html Css Color HEX #863003 Saddle Brown

📋 copy color: '#863003'

red 134 ◦ green 48 ◦ blue 3

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

Shades of Saddle Brown #863003

Tints of Saddle Brown #863003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

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

R = 72.43%
G = 25.95%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#863003 (or 0x863003) is known color: Saddle Brown. HEX triplet: 86, 30 and 03. RGB value is (134,48,3). Sum of RGB (Red+Green+Blue) = 134+48+3=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #863003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863003 is #79CFFC. Grayscale: #444444. Windows color (decimal): -7983101 or 209030. OLE color: 209030.

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

Color convert

RGB 134 48 3 -
CMYK 0 0.64 0.98 0.47
HSL 20.61º 0.96% 0.27% -
HSV(B) 20.61º 0.98% 0.53% -
XYZ 10.9 7.19 0.9 -
YUV 68.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 134 48 3 0 0.64 0.98 0.47 20.61 0.96 0.27
Hex 86 30 3 0 40 62 2F 15 60 1B
Octal 206 60 3 0 100 142 57 25 140 33
Binary 10000110 110000 11 0 1000000 1100010 101111 10101 1100000 11011

Color Harmonies of #863003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863003

Black with #863003

Text Example


Text Example

White with #863003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863003; }

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

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

background-color css

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

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

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

border-color css

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

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

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