Html Css Color HEX #53472F Punga

📋 copy color: '#53472F'

red 83 ◦ green 71 ◦ blue 47

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

Shades of Punga #53472F

Tints of Punga #53472F

RGB

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

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

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

R = 41.29%
G = 35.32%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53472F (or 0x53472F) is known color: Punga. HEX triplet: 53, 47 and 2F. RGB value is (83,71,47). Sum of RGB (Red+Green+Blue) = 83+71+47=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53472F is #ACB8D0. Grayscale: #474747. Windows color (decimal): -11319505 or 3098451. OLE color: 3098451.

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

Color convert

RGB 83 71 47 -
CMYK 0 0.14 0.43 0.67
HSL 40º 0.28% 0.25% -
HSV(B) 40º 0.43% 0.33% -
XYZ 6.33 6.55 3.62 -
YUV 71.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 83 71 47 0 0.14 0.43 0.67 40 0.28 0.25
Hex 53 47 2F 0 E 2B 43 28 1C 19
Octal 123 107 57 0 16 53 103 50 34 31
Binary 1010011 1000111 101111 0 1110 101011 1000011 101000 11100 11001

Color Harmonies of #53472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53472F

Black with #53472F

Text Example


Text Example

White with #53472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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