Html Css Color HEX #54472E Punga

📋 copy color: '#54472E'

red 84 ◦ green 71 ◦ blue 46

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

Shades of Punga #54472E

Tints of Punga #54472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.89%

R = 41.79%
G = 35.32%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#54472E (or 0x54472E) is known color: Punga. HEX triplet: 54, 47 and 2E. RGB value is (84,71,46). Sum of RGB (Red+Green+Blue) = 84+71+46=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #54472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54472E is #ABB8D1. Grayscale: #484848. Windows color (decimal): -11253970 or 3032916. OLE color: 3032916.

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

Color convert

RGB 84 71 46 -
CMYK 0 0.15 0.45 0.67
HSL 39.47º 0.29% 0.25% -
HSV(B) 39.47º 0.45% 0.33% -
XYZ 6.4 6.59 3.52 -
YUV 72.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 84 71 46 0 0.15 0.45 0.67 39.47 0.29 0.25
Hex 54 47 2E 0 F 2D 43 27 1D 19
Octal 124 107 56 0 17 55 103 47 35 31
Binary 1010100 1000111 101110 0 1111 101101 1000011 100111 11101 11001

Color Harmonies of #54472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54472E

Black with #54472E

Text Example


Text Example

White with #54472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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