Html Css Color HEX #53472A Punga

📋 copy color: '#53472A'

red 83 ◦ green 71 ◦ blue 42

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

Shades of Punga #53472A

Tints of Punga #53472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 42.35%
G = 36.22%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53472A (or 0x53472A) is known color: Punga. HEX triplet: 53, 47 and 2A. RGB value is (83,71,42). Sum of RGB (Red+Green+Blue) = 83+71+42=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53472A is #ACB8D5. Grayscale: #474747. Windows color (decimal): -11319510 or 2770771. OLE color: 2770771.

HSL color Cylindrical-coordinate representation of color #53472A: hue angle of 42.44º degrees, saturation: 0.33, 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 #53472A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 42 -
CMYK 0 0.14 0.49 0.67
HSL 42.44º 0.33% 0.25% -
HSV(B) 42.44º 0.49% 0.33% -
XYZ 6.24 6.51 3.12 -
YUV 71.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 83 71 42 0 0.14 0.49 0.67 42.44 0.33 0.25
Hex 53 47 2A 0 E 31 43 2A 21 19
Octal 123 107 52 0 16 61 103 52 41 31
Binary 1010011 1000111 101010 0 1110 110001 1000011 101010 100001 11001

Color Harmonies of #53472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53472A

Black with #53472A

Text Example


Text Example

White with #53472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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