Html Css Color HEX #473239 Barossa

📋 copy color: '#473239'

red 71 ◦ green 50 ◦ blue 57

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

Shades of Barossa #473239

Tints of Barossa #473239

RGB

 RED value IS 71 (28.13% from 255) = 39.89%

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 57 (22.66% from 255) = 32.02%

R = 39.89%
G = 28.09%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#473239 (or 0x473239) is known color: Barossa. HEX triplet: 47, 32 and 39. RGB value is (71,50,57). Sum of RGB (Red+Green+Blue) = 71+50+57=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #473239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473239 is #B8CDC6. Grayscale: #393939. Windows color (decimal): -12111303 or 3748423. OLE color: 3748423.

HSL color Cylindrical-coordinate representation of color #473239: hue angle of 340º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473239 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 57 -
CMYK 0 0.30 0.20 0.72
HSL 340º 0.17% 0.24% -
HSV(B) 340º 0.3% 0.28% -
XYZ 4.48 3.92 4.39 -
YUV 57.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 71 50 57 0 0.30 0.20 0.72 340 0.17 0.24
Hex 47 32 39 0 1E 14 48 154 11 18
Octal 107 62 71 0 36 24 110 524 21 30
Binary 1000111 110010 111001 0 11110 10100 1001000 101010100 10001 11000

Color Harmonies of #473239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473239

Black with #473239

Text Example


Text Example

White with #473239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473239; }

 p { color: rgb(71,50,57); }

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

background-color css

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

 a { background-color: rgb(71,50,57); }

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

border-color css

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

 span { border-color: rgb(71,50,57); }

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