Html Css Color HEX #52452B Punga

📋 copy color: '#52452B'

red 82 ◦ green 69 ◦ blue 43

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

Shades of Punga #52452B

Tints of Punga #52452B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 42.27%
G = 35.57%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52452B (or 0x52452B) is known color: Punga. HEX triplet: 52, 45 and 2B. RGB value is (82,69,43). Sum of RGB (Red+Green+Blue) = 82+69+43=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52452B is #ADBAD4. Grayscale: #464646. Windows color (decimal): -11385557 or 2835794. OLE color: 2835794.

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

Color convert

RGB 82 69 43 -
CMYK 0 0.16 0.48 0.68
HSL 40º 0.31% 0.25% -
HSV(B) 40º 0.48% 0.32% -
XYZ 6.04 6.22 3.17 -
YUV 69.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 82 69 43 0 0.16 0.48 0.68 40 0.31 0.25
Hex 52 45 2B 0 10 30 44 28 1F 19
Octal 122 105 53 0 20 60 104 50 37 31
Binary 1010010 1000101 101011 0 10000 110000 1000100 101000 11111 11001

Color Harmonies of #52452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52452B

Black with #52452B

Text Example


Text Example

White with #52452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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