Html Css Color HEX #522C3C Barossa

📋 copy color: '#522C3C'

red 82 ◦ green 44 ◦ blue 60

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

Shades of Barossa #522C3C

Tints of Barossa #522C3C

RGB

 RED value IS 82 (32.42% from 255) = 44.09%

 GREEN value IS 44 (17.58% from 255) = 23.66%

 BLUE value IS 60 (23.83% from 255) = 32.26%

R = 44.09%
G = 23.66%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#522C3C (or 0x522C3C) is known color: Barossa. HEX triplet: 52, 2C and 3C. RGB value is (82,44,60). Sum of RGB (Red+Green+Blue) = 82+44+60=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #522C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C3C is #ADD3C3. Grayscale: #393939. Windows color (decimal): -11391940 or 3943506. OLE color: 3943506.

HSL color Cylindrical-coordinate representation of color #522C3C: hue angle of 334.74º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C3C is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 44 60 -
CMYK 0 0.46 0.27 0.68
HSL 334.74º 0.3% 0.25% -
HSV(B) 334.74º 0.46% 0.32% -
XYZ 5.2 3.92 4.76 -
YUV 57.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 82 44 60 0 0.46 0.27 0.68 334.74 0.3 0.25
Hex 52 2C 3C 0 2E 1B 44 14F 1E 19
Octal 122 54 74 0 56 33 104 517 36 31
Binary 1010010 101100 111100 0 101110 11011 1000100 101001111 11110 11001

Color Harmonies of #522C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C3C

Black with #522C3C

Text Example


Text Example

White with #522C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522C3C; }

 p { color: rgb(82,44,60); }

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

background-color css

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

 a { background-color: rgb(82,44,60); }

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

border-color css

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

 span { border-color: rgb(82,44,60); }

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