Html Css Color HEX #523743 Barossa

📋 copy color: '#523743'

red 82 ◦ green 55 ◦ blue 67

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

Shades of Barossa #523743

Tints of Barossa #523743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.84%

R = 40.2%
G = 26.96%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#523743 (or 0x523743) is known color: Barossa. HEX triplet: 52, 37 and 43. RGB value is (82,55,67). Sum of RGB (Red+Green+Blue) = 82+55+67=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523743 is #ADC8BC. Grayscale: #404040. Windows color (decimal): -11389117 or 4405074. OLE color: 4405074.

HSL color Cylindrical-coordinate representation of color #523743: hue angle of 333.33º 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 #523743 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 55 67 -
CMYK 0 0.33 0.18 0.68
HSL 333.33º 0.2% 0.27% -
HSV(B) 333.33º 0.33% 0.32% -
XYZ 5.86 4.93 5.95 -
YUV 64.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 82 55 67 0 0.33 0.18 0.68 333.33 0.2 0.27
Hex 52 37 43 0 21 12 44 14D 14 1B
Octal 122 67 103 0 41 22 104 515 24 33
Binary 1010010 110111 1000011 0 100001 10010 1000100 101001101 10100 11011

Color Harmonies of #523743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523743

Black with #523743

Text Example


Text Example

White with #523743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523743; }

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

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

background-color css

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

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

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

border-color css

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

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

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