Html Css Color HEX #533744 Barossa

📋 copy color: '#533744'

red 83 ◦ green 55 ◦ blue 68

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

Shades of Barossa #533744

Tints of Barossa #533744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 40.29%
G = 26.7%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#533744 (or 0x533744) is known color: Barossa. HEX triplet: 53, 37 and 44. RGB value is (83,55,68). Sum of RGB (Red+Green+Blue) = 83+55+68=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533744 is #ACC8BB. Grayscale: #404040. Windows color (decimal): -11323580 or 4470611. OLE color: 4470611.

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

Color convert

RGB 83 55 68 -
CMYK 0 0.34 0.18 0.67
HSL 332.14º 0.2% 0.27% -
HSV(B) 332.14º 0.34% 0.33% -
XYZ 5.98 4.99 6.12 -
YUV 64.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 83 55 68 0 0.34 0.18 0.67 332.14 0.2 0.27
Hex 53 37 44 0 22 12 43 14C 14 1B
Octal 123 67 104 0 42 22 103 514 24 33
Binary 1010011 110111 1000100 0 100010 10010 1000011 101001100 10100 11011

Color Harmonies of #533744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533744

Black with #533744

Text Example


Text Example

White with #533744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533744; }

 p { color: rgb(83,55,68); }

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

background-color css

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

 a { background-color: rgb(83,55,68); }

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

border-color css

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

 span { border-color: rgb(83,55,68); }

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