Html Css Color HEX #563346 Barossa

📋 copy color: '#563346'

red 86 ◦ green 51 ◦ blue 70

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

Shades of Barossa #563346

Tints of Barossa #563346

RGB

 RED value IS 86 (33.98% from 255) = 41.55%

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 41.55%
G = 24.64%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#563346 (or 0x563346) is known color: Barossa. HEX triplet: 56, 33 and 46. RGB value is (86,51,70). Sum of RGB (Red+Green+Blue) = 86+51+70=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #563346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563346 is #A9CCB9. Grayscale: #3F3F3F. Windows color (decimal): -11127994 or 4600662. OLE color: 4600662.

HSL color Cylindrical-coordinate representation of color #563346: hue angle of 327.43º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #563346 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 51 70 -
CMYK 0 0.41 0.19 0.66
HSL 327.43º 0.26% 0.27% -
HSV(B) 327.43º 0.41% 0.34% -
XYZ 6.13 4.79 6.4 -
YUV 63.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 86 51 70 0 0.41 0.19 0.66 327.43 0.26 0.27
Hex 56 33 46 0 29 13 42 147 1A 1B
Octal 126 63 106 0 51 23 102 507 32 33
Binary 1010110 110011 1000110 0 101001 10011 1000010 101000111 11010 11011

Color Harmonies of #563346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563346

Black with #563346

Text Example


Text Example

White with #563346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563346; }

 p { color: rgb(86,51,70); }

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

background-color css

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

 a { background-color: rgb(86,51,70); }

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

border-color css

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

 span { border-color: rgb(86,51,70); }

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