Html Css Color HEX #53472B Punga

📋 copy color: '#53472B'

red 83 ◦ green 71 ◦ blue 43

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

Shades of Punga #53472B

Tints of Punga #53472B

RGB

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

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

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

R = 42.13%
G = 36.04%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53472B (or 0x53472B) is known color: Punga. HEX triplet: 53, 47 and 2B. RGB value is (83,71,43). Sum of RGB (Red+Green+Blue) = 83+71+43=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53472B is #ACB8D4. Grayscale: #474747. Windows color (decimal): -11319509 or 2836307. OLE color: 2836307.

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

Color convert

RGB 83 71 43 -
CMYK 0 0.14 0.48 0.67
HSL 42º 0.32% 0.25% -
HSV(B) 42º 0.48% 0.33% -
XYZ 6.26 6.52 3.21 -
YUV 71.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 83 71 43 0 0.14 0.48 0.67 42 0.32 0.25
Hex 53 47 2B 0 E 30 43 2A 20 19
Octal 123 107 53 0 16 60 103 52 40 31
Binary 1010011 1000111 101011 0 1110 110000 1000011 101010 100000 11001

Color Harmonies of #53472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53472B

Black with #53472B

Text Example


Text Example

White with #53472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,71,43); }

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

background-color css

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

 a { background-color: rgb(83,71,43); }

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

border-color css

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

 span { border-color: rgb(83,71,43); }

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