Html Css Color HEX #54492B Punga

📋 copy color: '#54492B'

red 84 ◦ green 73 ◦ blue 43

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

Shades of Punga #54492B

Tints of Punga #54492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 42%
G = 36.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#54492B (or 0x54492B) is known color: Punga. HEX triplet: 54, 49 and 2B. RGB value is (84,73,43). Sum of RGB (Red+Green+Blue) = 84+73+43=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54492B is #ABB6D4. Grayscale: #494949. Windows color (decimal): -11253461 or 2836820. OLE color: 2836820.

HSL color Cylindrical-coordinate representation of color #54492B: hue angle of 43.9º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54492B is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 43 -
CMYK 0 0.13 0.49 0.67
HSL 43.9º 0.32% 0.25% -
HSV(B) 43.9º 0.49% 0.33% -
XYZ 6.47 6.82 3.26 -
YUV 72.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 84 73 43 0 0.13 0.49 0.67 43.9 0.32 0.25
Hex 54 49 2B 0 D 31 43 2C 20 19
Octal 124 111 53 0 15 61 103 54 40 31
Binary 1010100 1001001 101011 0 1101 110001 1000011 101100 100000 11001

Color Harmonies of #54492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54492B

Black with #54492B

Text Example


Text Example

White with #54492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54492B; }

 p { color: rgb(84,73,43); }

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

background-color css

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

 a { background-color: rgb(84,73,43); }

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

border-color css

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

 span { border-color: rgb(84,73,43); }

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