Html Css Color HEX #53492C Punga

📋 copy color: '#53492C'

red 83 ◦ green 73 ◦ blue 44

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

Shades of Punga #53492C

Tints of Punga #53492C

RGB

 RED value IS 83 (32.81% from 255) = 41.5%

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

 BLUE value IS 44 (17.58% from 255) = 22%

R = 41.5%
G = 36.5%
B = 22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53492C (or 0x53492C) is known color: Punga. HEX triplet: 53, 49 and 2C. RGB value is (83,73,44). Sum of RGB (Red+Green+Blue) = 83+73+44=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53492C is #ACB6D3. Grayscale: #484848. Windows color (decimal): -11318996 or 2902355. OLE color: 2902355.

HSL color Cylindrical-coordinate representation of color #53492C: hue angle of 44.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53492C is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 44 -
CMYK 0 0.12 0.47 0.67
HSL 44.62º 0.31% 0.25% -
HSV(B) 44.62º 0.47% 0.33% -
XYZ 6.4 6.79 3.36 -
YUV 72.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 83 73 44 0 0.12 0.47 0.67 44.62 0.31 0.25
Hex 53 49 2C 0 C 2F 43 2D 1F 19
Octal 123 111 54 0 14 57 103 55 37 31
Binary 1010011 1001001 101100 0 1100 101111 1000011 101101 11111 11001

Color Harmonies of #53492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53492C

Black with #53492C

Text Example


Text Example

White with #53492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53492C; }

 p { color: rgb(83,73,44); }

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

background-color css

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

 a { background-color: rgb(83,73,44); }

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

border-color css

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

 span { border-color: rgb(83,73,44); }

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