Html Css Color HEX #472B3A Barossa

📋 copy color: '#472B3A'

red 71 ◦ green 43 ◦ blue 58

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

Shades of Barossa #472B3A

Tints of Barossa #472B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25%

 BLUE value IS 58 (23.05% from 255) = 33.72%

R = 41.28%
G = 25%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#472B3A (or 0x472B3A) is known color: Barossa. HEX triplet: 47, 2B and 3A. RGB value is (71,43,58). Sum of RGB (Red+Green+Blue) = 71+43+58=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B3A is #B8D4C5. Grayscale: #353535. Windows color (decimal): -12113094 or 3812167. OLE color: 3812167.

HSL color Cylindrical-coordinate representation of color #472B3A: hue angle of 327.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #472B3A is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 43 58 -
CMYK 0 0.39 0.18 0.72
HSL 327.86º 0.25% 0.22% -
HSV(B) 327.86º 0.39% 0.28% -
XYZ 4.23 3.37 4.43 -
YUV 53.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 71 43 58 0 0.39 0.18 0.72 327.86 0.25 0.22
Hex 47 2B 3A 0 27 12 48 148 19 16
Octal 107 53 72 0 47 22 110 510 31 26
Binary 1000111 101011 111010 0 100111 10010 1001000 101001000 11001 10110

Color Harmonies of #472B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B3A

Black with #472B3A

Text Example


Text Example

White with #472B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472B3A; }

 p { color: rgb(71,43,58); }

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

background-color css

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

 a { background-color: rgb(71,43,58); }

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

border-color css

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

 span { border-color: rgb(71,43,58); }

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