Html Css Color HEX #54472F Punga

📋 copy color: '#54472F'

red 84 ◦ green 71 ◦ blue 47

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

Shades of Punga #54472F

Tints of Punga #54472F

RGB

 RED value IS 84 (33.2% from 255) = 41.58%

 GREEN value IS 71 (28.13% from 255) = 35.15%

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 41.58%
G = 35.15%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#54472F (or 0x54472F) is known color: Punga. HEX triplet: 54, 47 and 2F. RGB value is (84,71,47). Sum of RGB (Red+Green+Blue) = 84+71+47=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #54472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54472F is #ABB8D0. Grayscale: #484848. Windows color (decimal): -11253969 or 3098452. OLE color: 3098452.

HSL color Cylindrical-coordinate representation of color #54472F: hue angle of 38.92º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54472F is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 47 -
CMYK 0 0.15 0.44 0.67
HSL 38.92º 0.28% 0.26% -
HSV(B) 38.92º 0.44% 0.33% -
XYZ 6.42 6.6 3.62 -
YUV 72.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 84 71 47 0 0.15 0.44 0.67 38.92 0.28 0.26
Hex 54 47 2F 0 F 2C 43 27 1C 1A
Octal 124 107 57 0 17 54 103 47 34 32
Binary 1010100 1000111 101111 0 1111 101100 1000011 100111 11100 11010

Color Harmonies of #54472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54472F

Black with #54472F

Text Example


Text Example

White with #54472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54472F; }

 p { color: rgb(84,71,47); }

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

background-color css

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

 a { background-color: rgb(84,71,47); }

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

border-color css

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

 span { border-color: rgb(84,71,47); }

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