Html Css Color HEX #53452B Punga

📋 copy color: '#53452B'

red 83 ◦ green 69 ◦ blue 43

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

Shades of Punga #53452B

Tints of Punga #53452B

RGB

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

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

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

R = 42.56%
G = 35.38%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53452B (or 0x53452B) is known color: Punga. HEX triplet: 53, 45 and 2B. RGB value is (83,69,43). Sum of RGB (Red+Green+Blue) = 83+69+43=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53452B is #ACBAD4. Grayscale: #464646. Windows color (decimal): -11320021 or 2835795. OLE color: 2835795.

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

Color convert

RGB 83 69 43 -
CMYK 0 0.17 0.48 0.67
HSL 39º 0.32% 0.25% -
HSV(B) 39º 0.48% 0.33% -
XYZ 6.13 6.27 3.17 -
YUV 70.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 83 69 43 0 0.17 0.48 0.67 39 0.32 0.25
Hex 53 45 2B 0 11 30 43 27 20 19
Octal 123 105 53 0 21 60 103 47 40 31
Binary 1010011 1000101 101011 0 10001 110000 1000011 100111 100000 11001

Color Harmonies of #53452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53452B

Black with #53452B

Text Example


Text Example

White with #53452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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