Html Css Color HEX #524B36 Punga

📋 copy color: '#524B36'

red 82 ◦ green 75 ◦ blue 54

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

Shades of Punga #524B36

Tints of Punga #524B36

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.55%

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 38.86%
G = 35.55%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#524B36 (or 0x524B36) is known color: Punga. HEX triplet: 52, 4B and 36. RGB value is (82,75,54). Sum of RGB (Red+Green+Blue) = 82+75+54=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #524B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B36 is #ADB4C9. Grayscale: #4A4A4A. Windows color (decimal): -11384010 or 3558226. OLE color: 3558226.

HSL color Cylindrical-coordinate representation of color #524B36: hue angle of 45º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524B36 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 75 54 -
CMYK 0 0.09 0.34 0.68
HSL 45º 0.21% 0.27% -
HSV(B) 45º 0.34% 0.32% -
XYZ 6.66 7.09 4.51 -
YUV 74.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 82 75 54 0 0.09 0.34 0.68 45 0.21 0.27
Hex 52 4B 36 0 9 22 44 2D 15 1B
Octal 122 113 66 0 11 42 104 55 25 33
Binary 1010010 1001011 110110 0 1001 100010 1000100 101101 10101 11011

Color Harmonies of #524B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B36

Black with #524B36

Text Example


Text Example

White with #524B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524B36; }

 p { color: rgb(82,75,54); }

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

background-color css

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

 a { background-color: rgb(82,75,54); }

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

border-color css

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

 span { border-color: rgb(82,75,54); }

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