Html Css Color HEX #53462C Punga

📋 copy color: '#53462C'

red 83 ◦ green 70 ◦ blue 44

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

Shades of Punga #53462C

Tints of Punga #53462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 42.13%
G = 35.53%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53462C (or 0x53462C) is known color: Punga. HEX triplet: 53, 46 and 2C. RGB value is (83,70,44). Sum of RGB (Red+Green+Blue) = 83+70+44=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53462C is #ACB9D3. Grayscale: #474747. Windows color (decimal): -11319764 or 2901587. OLE color: 2901587.

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

Color convert

RGB 83 70 44 -
CMYK 0 0.16 0.47 0.67
HSL 40º 0.31% 0.25% -
HSV(B) 40º 0.47% 0.33% -
XYZ 6.21 6.4 3.29 -
YUV 70.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 83 70 44 0 0.16 0.47 0.67 40 0.31 0.25
Hex 53 46 2C 0 10 2F 43 28 1F 19
Octal 123 106 54 0 20 57 103 50 37 31
Binary 1010011 1000110 101100 0 10000 101111 1000011 101000 11111 11001

Color Harmonies of #53462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53462C

Black with #53462C

Text Example


Text Example

White with #53462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53462C; }

 p { color: rgb(83,70,44); }

 H1.HeaderClassName
 {
   color: #53462C;
 }
 .AnyTagClassName
 {
   color: #53462C;
 }
</style>

background-color css

<style>
 a { background-color: #53462C; }

 a { background-color: rgb(83,70,44); }

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

border-color css

<style>
 span { border-color: #53462C; }

 span { border-color: rgb(83,70,44); }

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