Html Css Color HEX #473B42 Barossa

📋 copy color: '#473B42'

red 71 ◦ green 59 ◦ blue 66

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

Shades of Barossa #473B42

Tints of Barossa #473B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 36.22%
G = 30.1%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#473B42 (or 0x473B42) is known color: Barossa. HEX triplet: 47, 3B and 42. RGB value is (71,59,66). Sum of RGB (Red+Green+Blue) = 71+59+66=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 71 - color contains mainly: red. Hex color #473B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B42 is #B8C4BD. Grayscale: #3F3F3F. Windows color (decimal): -12108990 or 4340551. OLE color: 4340551.

HSL color Cylindrical-coordinate representation of color #473B42: hue angle of 325º 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 #473B42 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 59 66 -
CMYK 0 0.17 0.07 0.72
HSL 325º 0.09% 0.25% -
HSV(B) 325º 0.17% 0.28% -
XYZ 5.15 4.86 5.82 -
YUV 63.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 71 59 66 0 0.17 0.07 0.72 325 0.09 0.25
Hex 47 3B 42 0 11 7 48 145 9 19
Octal 107 73 102 0 21 7 110 505 11 31
Binary 1000111 111011 1000010 0 10001 111 1001000 101000101 1001 11001

Color Harmonies of #473B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B42

Black with #473B42

Text Example


Text Example

White with #473B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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