Html Css Color HEX #52462C Punga

📋 copy color: '#52462C'

red 82 ◦ green 70 ◦ blue 44

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

Shades of Punga #52462C

Tints of Punga #52462C

RGB

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

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

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

R = 41.84%
G = 35.71%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#52462C (or 0x52462C) is known color: Punga. HEX triplet: 52, 46 and 2C. RGB value is (82,70,44). Sum of RGB (Red+Green+Blue) = 82+70+44=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #52462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52462C is #ADB9D3. Grayscale: #464646. Windows color (decimal): -11385300 or 2901586. OLE color: 2901586.

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

Color convert

RGB 82 70 44 -
CMYK 0 0.15 0.46 0.68
HSL 41.05º 0.3% 0.25% -
HSV(B) 41.05º 0.46% 0.32% -
XYZ 6.12 6.36 3.29 -
YUV 70.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 82 70 44 0 0.15 0.46 0.68 41.05 0.3 0.25
Hex 52 46 2C 0 F 2E 44 29 1E 19
Octal 122 106 54 0 17 56 104 51 36 31
Binary 1010010 1000110 101100 0 1111 101110 1000100 101001 11110 11001

Color Harmonies of #52462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52462C

Black with #52462C

Text Example


Text Example

White with #52462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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