Html Css Color HEX #52452D Punga

📋 copy color: '#52452D'

red 82 ◦ green 69 ◦ blue 45

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

Shades of Punga #52452D

Tints of Punga #52452D

RGB

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

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

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

R = 41.84%
G = 35.2%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#52452D (or 0x52452D) is known color: Punga. HEX triplet: 52, 45 and 2D. RGB value is (82,69,45). Sum of RGB (Red+Green+Blue) = 82+69+45=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #52452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52452D is #ADBAD2. Grayscale: #464646. Windows color (decimal): -11385555 or 2966866. OLE color: 2966866.

HSL color Cylindrical-coordinate representation of color #52452D: hue angle of 38.92º 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 #52452D is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 69 45 -
CMYK 0 0.16 0.45 0.68
HSL 38.92º 0.29% 0.25% -
HSV(B) 38.92º 0.45% 0.32% -
XYZ 6.08 6.24 3.37 -
YUV 70.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 82 69 45 0 0.16 0.45 0.68 38.92 0.29 0.25
Hex 52 45 2D 0 10 2D 44 27 1D 19
Octal 122 105 55 0 20 55 104 47 35 31
Binary 1010010 1000101 101101 0 10000 101101 1000100 100111 11101 11001

Color Harmonies of #52452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52452D

Black with #52452D

Text Example


Text Example

White with #52452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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