Html Css Color HEX #523641 Barossa

📋 copy color: '#523641'

red 82 ◦ green 54 ◦ blue 65

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

Shades of Barossa #523641

Tints of Barossa #523641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 40.8%
G = 26.87%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#523641 (or 0x523641) is known color: Barossa. HEX triplet: 52, 36 and 41. RGB value is (82,54,65). Sum of RGB (Red+Green+Blue) = 82+54+65=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #523641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523641 is #ADC9BE. Grayscale: #3F3F3F. Windows color (decimal): -11389375 or 4273746. OLE color: 4273746.

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

Color convert

RGB 82 54 65 -
CMYK 0 0.34 0.21 0.68
HSL 336.43º 0.21% 0.27% -
HSV(B) 336.43º 0.34% 0.32% -
XYZ 5.75 4.81 5.63 -
YUV 63.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 82 54 65 0 0.34 0.21 0.68 336.43 0.21 0.27
Hex 52 36 41 0 22 15 44 150 15 1B
Octal 122 66 101 0 42 25 104 520 25 33
Binary 1010010 110110 1000001 0 100010 10101 1000100 101010000 10101 11011

Color Harmonies of #523641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523641

Black with #523641

Text Example


Text Example

White with #523641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523641; }

 p { color: rgb(82,54,65); }

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

background-color css

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

 a { background-color: rgb(82,54,65); }

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

border-color css

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

 span { border-color: rgb(82,54,65); }

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