Html Css Color HEX #472338 Barossa

📋 copy color: '#472338'

red 71 ◦ green 35 ◦ blue 56

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

Shades of Barossa #472338

Tints of Barossa #472338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.6%

 BLUE value IS 56 (22.27% from 255) = 34.57%

R = 43.83%
G = 21.6%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#472338 (or 0x472338) is known color: Barossa. HEX triplet: 47, 23 and 38. RGB value is (71,35,56). Sum of RGB (Red+Green+Blue) = 71+35+56=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #472338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472338 is #B8DCC7. Grayscale: #303030. Windows color (decimal): -12115144 or 3679047. OLE color: 3679047.

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

Color convert

RGB 71 35 56 -
CMYK 0 0.51 0.21 0.72
HSL 325º 0.34% 0.21% -
HSV(B) 325º 0.51% 0.28% -
XYZ 3.91 2.83 4.08 -
YUV 48.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 71 35 56 0 0.51 0.21 0.72 325 0.34 0.21
Hex 47 23 38 0 33 15 48 145 22 15
Octal 107 43 70 0 63 25 110 505 42 25
Binary 1000111 100011 111000 0 110011 10101 1001000 101000101 100010 10101

Color Harmonies of #472338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472338

Black with #472338

Text Example


Text Example

White with #472338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472338; }

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

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

background-color css

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

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

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

border-color css

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

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

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