Html Css Color HEX #53452A Punga

📋 copy color: '#53452A'

red 83 ◦ green 69 ◦ blue 42

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

Shades of Punga #53452A

Tints of Punga #53452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

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

R = 42.78%
G = 35.57%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53452A (or 0x53452A) is known color: Punga. HEX triplet: 53, 45 and 2A. RGB value is (83,69,42). Sum of RGB (Red+Green+Blue) = 83+69+42=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53452A is #ACBAD5. Grayscale: #464646. Windows color (decimal): -11320022 or 2770259. OLE color: 2770259.

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

Color convert

RGB 83 69 42 -
CMYK 0 0.17 0.49 0.67
HSL 39.51º 0.33% 0.25% -
HSV(B) 39.51º 0.49% 0.33% -
XYZ 6.11 6.26 3.08 -
YUV 70.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 83 69 42 0 0.17 0.49 0.67 39.51 0.33 0.25
Hex 53 45 2A 0 11 31 43 28 21 19
Octal 123 105 52 0 21 61 103 50 41 31
Binary 1010011 1000101 101010 0 10001 110001 1000011 101000 100001 11001

Color Harmonies of #53452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53452A

Black with #53452A

Text Example


Text Example

White with #53452A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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