Html Css Color HEX #473640 Barossa

📋 copy color: '#473640'

red 71 ◦ green 54 ◦ blue 64

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

Shades of Barossa #473640

Tints of Barossa #473640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

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

R = 37.57%
G = 28.57%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473640 (or 0x473640) is known color: Barossa. HEX triplet: 47, 36 and 40. RGB value is (71,54,64). Sum of RGB (Red+Green+Blue) = 71+54+64=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473640 is #B8C9BF. Grayscale: #3C3C3C. Windows color (decimal): -12110272 or 4208199. OLE color: 4208199.

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

Color convert

RGB 71 54 64 -
CMYK 0 0.24 0.10 0.72
HSL 324.71º 0.14% 0.25% -
HSV(B) 324.71º 0.24% 0.28% -
XYZ 4.84 4.35 5.43 -
YUV 60.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 71 54 64 0 0.24 0.10 0.72 324.71 0.14 0.25
Hex 47 36 40 0 18 A 48 145 E 19
Octal 107 66 100 0 30 12 110 505 16 31
Binary 1000111 110110 1000000 0 11000 1010 1001000 101000101 1110 11001

Color Harmonies of #473640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473640

Black with #473640

Text Example


Text Example

White with #473640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473640; }

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

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

background-color css

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

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

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

border-color css

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

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

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