Html Css Color HEX #533543 Barossa

📋 copy color: '#533543'

red 83 ◦ green 53 ◦ blue 67

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

Shades of Barossa #533543

Tints of Barossa #533543

RGB

 RED value IS 83 (32.81% from 255) = 40.89%

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

 BLUE value IS 67 (26.56% from 255) = 33%

R = 40.89%
G = 26.11%
B = 33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#533543 (or 0x533543) is known color: Barossa. HEX triplet: 53, 35 and 43. RGB value is (83,53,67). Sum of RGB (Red+Green+Blue) = 83+53+67=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533543 is #ACCABC. Grayscale: #3F3F3F. Windows color (decimal): -11324093 or 4404563. OLE color: 4404563.

HSL color Cylindrical-coordinate representation of color #533543: hue angle of 332º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #533543 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 67 -
CMYK 0 0.36 0.19 0.67
HSL 332º 0.22% 0.27% -
HSV(B) 332º 0.36% 0.33% -
XYZ 5.85 4.79 5.93 -
YUV 63.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 83 53 67 0 0.36 0.19 0.67 332 0.22 0.27
Hex 53 35 43 0 24 13 43 14C 16 1B
Octal 123 65 103 0 44 23 103 514 26 33
Binary 1010011 110101 1000011 0 100100 10011 1000011 101001100 10110 11011

Color Harmonies of #533543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533543

Black with #533543

Text Example


Text Example

White with #533543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533543; }

 p { color: rgb(83,53,67); }

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

background-color css

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

 a { background-color: rgb(83,53,67); }

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

border-color css

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

 span { border-color: rgb(83,53,67); }

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