Html Css Color HEX #472E3D Barossa

📋 copy color: '#472E3D'

red 71 ◦ green 46 ◦ blue 61

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

Shades of Barossa #472E3D

Tints of Barossa #472E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.84%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 39.89%
G = 25.84%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#472E3D (or 0x472E3D) is known color: Barossa. HEX triplet: 47, 2E and 3D. RGB value is (71,46,61). Sum of RGB (Red+Green+Blue) = 71+46+61=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #472E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E3D is #B8D1C2. Grayscale: #373737. Windows color (decimal): -12112323 or 4009543. OLE color: 4009543.

HSL color Cylindrical-coordinate representation of color #472E3D: hue angle of 324º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E3D is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 61 -
CMYK 0 0.35 0.14 0.72
HSL 324º 0.21% 0.23% -
HSV(B) 324º 0.35% 0.28% -
XYZ 4.42 3.63 4.88 -
YUV 55.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 71 46 61 0 0.35 0.14 0.72 324 0.21 0.23
Hex 47 2E 3D 0 23 E 48 144 15 17
Octal 107 56 75 0 43 16 110 504 25 27
Binary 1000111 101110 111101 0 100011 1110 1001000 101000100 10101 10111

Color Harmonies of #472E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E3D

Black with #472E3D

Text Example


Text Example

White with #472E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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