Html Css Color HEX #533845 Barossa

📋 copy color: '#533845'

red 83 ◦ green 56 ◦ blue 69

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

Shades of Barossa #533845

Tints of Barossa #533845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 39.9%
G = 26.92%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#533845 (or 0x533845) is known color: Barossa. HEX triplet: 53, 38 and 45. RGB value is (83,56,69). Sum of RGB (Red+Green+Blue) = 83+56+69=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #533845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533845 is #ACC7BA. Grayscale: #414141. Windows color (decimal): -11323323 or 4536403. OLE color: 4536403.

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

Color convert

RGB 83 56 69 -
CMYK 0 0.33 0.17 0.67
HSL 331.11º 0.19% 0.27% -
HSV(B) 331.11º 0.33% 0.33% -
XYZ 6.06 5.1 6.29 -
YUV 65.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 83 56 69 0 0.33 0.17 0.67 331.11 0.19 0.27
Hex 53 38 45 0 21 11 43 14B 13 1B
Octal 123 70 105 0 41 21 103 513 23 33
Binary 1010011 111000 1000101 0 100001 10001 1000011 101001011 10011 11011

Color Harmonies of #533845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533845

Black with #533845

Text Example


Text Example

White with #533845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533845; }

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

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

background-color css

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

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

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

border-color css

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

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

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