Html Css Color HEX #473D41 Barossa

📋 copy color: '#473D41'

red 71 ◦ green 61 ◦ blue 65

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

Shades of Barossa #473D41

Tints of Barossa #473D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

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

R = 36.04%
G = 30.96%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473D41 (or 0x473D41) is known color: Barossa. HEX triplet: 47, 3D and 41. RGB value is (71,61,65). Sum of RGB (Red+Green+Blue) = 71+61+65=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 71 - color contains mainly: red. Hex color #473D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D41 is #B8C2BE. Grayscale: #404040. Windows color (decimal): -12108479 or 4275527. OLE color: 4275527.

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

Color convert

RGB 71 61 65 -
CMYK 0 0.14 0.08 0.72
HSL 336º 0.08% 0.26% -
HSV(B) 336º 0.14% 0.28% -
XYZ 5.22 5.06 5.7 -
YUV 64.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 71 61 65 0 0.14 0.08 0.72 336 0.08 0.26
Hex 47 3D 41 0 E 8 48 150 8 1A
Octal 107 75 101 0 16 10 110 520 10 32
Binary 1000111 111101 1000001 0 1110 1000 1001000 101010000 1000 11010

Color Harmonies of #473D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D41

Black with #473D41

Text Example


Text Example

White with #473D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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