Html Css Color HEX #533745 Barossa

📋 copy color: '#533745'

red 83 ◦ green 55 ◦ blue 69

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

Shades of Barossa #533745

Tints of Barossa #533745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 40.1%
G = 26.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#533745 (or 0x533745) is known color: Barossa. HEX triplet: 53, 37 and 45. RGB value is (83,55,69). Sum of RGB (Red+Green+Blue) = 83+55+69=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533745 is #ACC8BA. Grayscale: #404040. Windows color (decimal): -11323579 or 4536147. OLE color: 4536147.

HSL color Cylindrical-coordinate representation of color #533745: hue angle of 330º 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 #533745 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 69 -
CMYK 0 0.34 0.17 0.67
HSL 330º 0.2% 0.27% -
HSV(B) 330º 0.34% 0.33% -
XYZ 6.01 5 6.28 -
YUV 64.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 83 55 69 0 0.34 0.17 0.67 330 0.2 0.27
Hex 53 37 45 0 22 11 43 14A 14 1B
Octal 123 67 105 0 42 21 103 512 24 33
Binary 1010011 110111 1000101 0 100010 10001 1000011 101001010 10100 11011

Color Harmonies of #533745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533745

Black with #533745

Text Example


Text Example

White with #533745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533745; }

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

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

background-color css

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

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

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

border-color css

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

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

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