Html Css Color HEX #523745 Barossa

📋 copy color: '#523745'

red 82 ◦ green 55 ◦ blue 69

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

Shades of Barossa #523745

Tints of Barossa #523745

RGB

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

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

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

R = 39.81%
G = 26.7%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#523745 (or 0x523745) is known color: Barossa. HEX triplet: 52, 37 and 45. RGB value is (82,55,69). Sum of RGB (Red+Green+Blue) = 82+55+69=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #523745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523745 is #ADC8BA. Grayscale: #404040. Windows color (decimal): -11389115 or 4536146. OLE color: 4536146.

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

Color convert

RGB 82 55 69 -
CMYK 0 0.33 0.16 0.68
HSL 328.89º 0.2% 0.27% -
HSV(B) 328.89º 0.33% 0.32% -
XYZ 5.92 4.96 6.27 -
YUV 64.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 82 55 69 0 0.33 0.16 0.68 328.89 0.2 0.27
Hex 52 37 45 0 21 10 44 149 14 1B
Octal 122 67 105 0 41 20 104 511 24 33
Binary 1010010 110111 1000101 0 100001 10000 1000100 101001001 10100 11011

Color Harmonies of #523745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523745

Black with #523745

Text Example


Text Example

White with #523745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523745; }

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

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

background-color css

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

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

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

border-color css

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

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

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