Html Css Color HEX #524628 Punga

📋 copy color: '#524628'

red 82 ◦ green 70 ◦ blue 40

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

Shades of Punga #524628

Tints of Punga #524628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 42.71%
G = 36.46%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#524628 (or 0x524628) is known color: Punga. HEX triplet: 52, 46 and 28. RGB value is (82,70,40). Sum of RGB (Red+Green+Blue) = 82+70+40=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #524628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524628 is #ADB9D7. Grayscale: #464646. Windows color (decimal): -11385304 or 2639442. OLE color: 2639442.

HSL color Cylindrical-coordinate representation of color #524628: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524628 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 40 -
CMYK 0 0.15 0.51 0.68
HSL 42.86º 0.34% 0.24% -
HSV(B) 42.86º 0.51% 0.32% -
XYZ 6.05 6.33 2.91 -
YUV 70.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 82 70 40 0 0.15 0.51 0.68 42.86 0.34 0.24
Hex 52 46 28 0 F 33 44 2B 22 18
Octal 122 106 50 0 17 63 104 53 42 30
Binary 1010010 1000110 101000 0 1111 110011 1000100 101011 100010 11000

Color Harmonies of #524628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524628

Black with #524628

Text Example


Text Example

White with #524628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524628; }

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

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

background-color css

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

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

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

border-color css

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

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

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