Html Css Color HEX #523845 Barossa

📋 copy color: '#523845'

red 82 ◦ green 56 ◦ blue 69

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

Shades of Barossa #523845

Tints of Barossa #523845

RGB

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

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

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

R = 39.61%
G = 27.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#523845 (or 0x523845) is known color: Barossa. HEX triplet: 52, 38 and 45. RGB value is (82,56,69). Sum of RGB (Red+Green+Blue) = 82+56+69=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #523845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523845 is #ADC7BA. Grayscale: #414141. Windows color (decimal): -11388859 or 4536402. OLE color: 4536402.

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

Color convert

RGB 82 56 69 -
CMYK 0 0.32 0.16 0.68
HSL 330º 0.19% 0.27% -
HSV(B) 330º 0.32% 0.32% -
XYZ 5.97 5.05 6.29 -
YUV 65.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 82 56 69 0 0.32 0.16 0.68 330 0.19 0.27
Hex 52 38 45 0 20 10 44 14A 13 1B
Octal 122 70 105 0 40 20 104 512 23 33
Binary 1010010 111000 1000101 0 100000 10000 1000100 101001010 10011 11011

Color Harmonies of #523845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523845

Black with #523845

Text Example


Text Example

White with #523845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523845; }

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

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

background-color css

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

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

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

border-color css

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

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

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