#53303E

Color #53303E Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #53303E

Tints of Barossa #53303E

Color information

#53303E (or 0x53303E) is unknown color: approx Barossa. HEX triplet: 53, 30 and 3E. RGB value is (83,48,62). Sum of RGB (Red+Green+Blue) = 83+48+62=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53303E is #ACCFC1. Grayscale: #3C3C3C. Windows color (decimal): -11325378 or 4075603. OLE color: 4075603.

HSL color Cylindrical-coordinate representation of color #53303E: hue angle of 336º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53303E is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB834862-
CMYK00.420.250.67
HSL336º26.72%25.69%-
HSV(B)336º42.17%32.55%-
XYZ5.494.35.1-
YUV60.06129.1144.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=43.01%
G=24.87%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83486200.420.250.6733626.7225.69
Hex53303E02A19431501b1a
Octal1236076052311035203332
Binary101001111000011111001010101100110000111010100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53303E; }

 p { color: rgb(83,48,62); }

 H1.HeaderClassName
 {
   color: #53303E;
 }
 .AnyTagClassName
 {
   color: #53303E;
 }
</style>
background-color css

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

 a { background-color: rgb(83,48,62); }

 div.DivClassName
 {
   background-color: #53303E;
 }
 .BgClassName
 {
   background-color: #53303E;
 }
</style>
border-color css

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

 span { border-color: rgb(83,48,62); }

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