Html Css Color HEX #52462D Punga

📋 copy color: '#52462D'

red 82 ◦ green 70 ◦ blue 45

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

Shades of Punga #52462D

Tints of Punga #52462D

RGB

 RED value IS 82 (32.42% from 255) = 41.62%

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

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 41.62%
G = 35.53%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#52462D (or 0x52462D) is known color: Punga. HEX triplet: 52, 46 and 2D. RGB value is (82,70,45). Sum of RGB (Red+Green+Blue) = 82+70+45=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52462D is #ADB9D2. Grayscale: #464646. Windows color (decimal): -11385299 or 2967122. OLE color: 2967122.

HSL color Cylindrical-coordinate representation of color #52462D: hue angle of 40.54º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52462D is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 45 -
CMYK 0 0.15 0.45 0.68
HSL 40.54º 0.29% 0.25% -
HSV(B) 40.54º 0.45% 0.32% -
XYZ 6.14 6.36 3.39 -
YUV 70.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 82 70 45 0 0.15 0.45 0.68 40.54 0.29 0.25
Hex 52 46 2D 0 F 2D 44 29 1D 19
Octal 122 106 55 0 17 55 104 51 35 31
Binary 1010010 1000110 101101 0 1111 101101 1000100 101001 11101 11001

Color Harmonies of #52462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52462D

Black with #52462D

Text Example


Text Example

White with #52462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52462D; }

 p { color: rgb(82,70,45); }

 H1.HeaderClassName
 {
   color: #52462D;
 }
 .AnyTagClassName
 {
   color: #52462D;
 }
</style>

background-color css

<style>
 a { background-color: #52462D; }

 a { background-color: rgb(82,70,45); }

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

border-color css

<style>
 span { border-color: #52462D; }

 span { border-color: rgb(82,70,45); }

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