Html Css Color HEX #52462E Punga

📋 copy color: '#52462E'

red 82 ◦ green 70 ◦ blue 46

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

Shades of Punga #52462E

Tints of Punga #52462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 41.41%
G = 35.35%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#52462E (or 0x52462E) is known color: Punga. HEX triplet: 52, 46 and 2E. RGB value is (82,70,46). Sum of RGB (Red+Green+Blue) = 82+70+46=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52462E is #ADB9D1. Grayscale: #464646. Windows color (decimal): -11385298 or 3032658. OLE color: 3032658.

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

Color convert

RGB 82 70 46 -
CMYK 0 0.15 0.44 0.68
HSL 40º 0.28% 0.25% -
HSV(B) 40º 0.44% 0.32% -
XYZ 6.16 6.37 3.49 -
YUV 70.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 82 70 46 0 0.15 0.44 0.68 40 0.28 0.25
Hex 52 46 2E 0 F 2C 44 28 1C 19
Octal 122 106 56 0 17 54 104 50 34 31
Binary 1010010 1000110 101110 0 1111 101100 1000100 101000 11100 11001

Color Harmonies of #52462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52462E

Black with #52462E

Text Example


Text Example

White with #52462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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