Html Css Color HEX #524B37 Punga

📋 copy color: '#524B37'

red 82 ◦ green 75 ◦ blue 55

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

Shades of Punga #524B37

Tints of Punga #524B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.94%

R = 38.68%
G = 35.38%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#524B37 (or 0x524B37) is known color: Punga. HEX triplet: 52, 4B and 37. RGB value is (82,75,55). Sum of RGB (Red+Green+Blue) = 82+75+55=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #524B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B37 is #ADB4C8. Grayscale: #4A4A4A. Windows color (decimal): -11384009 or 3623762. OLE color: 3623762.

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

Color convert

RGB 82 75 55 -
CMYK 0 0.09 0.33 0.68
HSL 44.44º 0.2% 0.27% -
HSV(B) 44.44º 0.33% 0.32% -
XYZ 6.69 7.1 4.63 -
YUV 74.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 82 75 55 0 0.09 0.33 0.68 44.44 0.2 0.27
Hex 52 4B 37 0 9 21 44 2C 14 1B
Octal 122 113 67 0 11 41 104 54 24 33
Binary 1010010 1001011 110111 0 1001 100001 1000100 101100 10100 11011

Color Harmonies of #524B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B37

Black with #524B37

Text Example


Text Example

White with #524B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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