Html Css Color HEX #473B41 Barossa

📋 copy color: '#473B41'

red 71 ◦ green 59 ◦ blue 65

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

Shades of Barossa #473B41

Tints of Barossa #473B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.26%

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

R = 36.41%
G = 30.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473B41 (or 0x473B41) is known color: Barossa. HEX triplet: 47, 3B and 41. RGB value is (71,59,65). Sum of RGB (Red+Green+Blue) = 71+59+65=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #473B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B41 is #B8C4BE. Grayscale: #3F3F3F. Windows color (decimal): -12108991 or 4275015. OLE color: 4275015.

HSL color Cylindrical-coordinate representation of color #473B41: hue angle of 330º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #473B41 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 59 65 -
CMYK 0 0.17 0.08 0.72
HSL 330º 0.09% 0.25% -
HSV(B) 330º 0.17% 0.28% -
XYZ 5.12 4.85 5.67 -
YUV 63.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 71 59 65 0 0.17 0.08 0.72 330 0.09 0.25
Hex 47 3B 41 0 11 8 48 14A 9 19
Octal 107 73 101 0 21 10 110 512 11 31
Binary 1000111 111011 1000001 0 10001 1000 1001000 101001010 1001 11001

Color Harmonies of #473B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B41

Black with #473B41

Text Example


Text Example

White with #473B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473B41; }

 p { color: rgb(71,59,65); }

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

background-color css

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

 a { background-color: rgb(71,59,65); }

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

border-color css

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

 span { border-color: rgb(71,59,65); }

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