Html Css Color HEX #473840 Barossa

📋 copy color: '#473840'

red 71 ◦ green 56 ◦ blue 64

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

Shades of Barossa #473840

Tints of Barossa #473840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.32%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 37.17%
G = 29.32%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473840 (or 0x473840) is known color: Barossa. HEX triplet: 47, 38 and 40. RGB value is (71,56,64). Sum of RGB (Red+Green+Blue) = 71+56+64=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #473840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473840 is #B8C7BF. Grayscale: #3D3D3D. Windows color (decimal): -12109760 or 4208711. OLE color: 4208711.

HSL color Cylindrical-coordinate representation of color #473840: hue angle of 328º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #473840 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 56 64 -
CMYK 0 0.21 0.10 0.72
HSL 328º 0.12% 0.25% -
HSV(B) 328º 0.21% 0.28% -
XYZ 4.94 4.54 5.47 -
YUV 61.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 71 56 64 0 0.21 0.10 0.72 328 0.12 0.25
Hex 47 38 40 0 15 A 48 148 C 19
Octal 107 70 100 0 25 12 110 510 14 31
Binary 1000111 111000 1000000 0 10101 1010 1001000 101001000 1100 11001

Color Harmonies of #473840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473840

Black with #473840

Text Example


Text Example

White with #473840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473840; }

 p { color: rgb(71,56,64); }

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

background-color css

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

 a { background-color: rgb(71,56,64); }

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

border-color css

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

 span { border-color: rgb(71,56,64); }

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