Html Css Color HEX #524B34 Punga

📋 copy color: '#524B34'

red 82 ◦ green 75 ◦ blue 52

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

Shades of Punga #524B34

Tints of Punga #524B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.88%

R = 39.23%
G = 35.89%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#524B34 (or 0x524B34) is known color: Punga. HEX triplet: 52, 4B and 34. RGB value is (82,75,52). Sum of RGB (Red+Green+Blue) = 82+75+52=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #524B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B34 is #ADB4CB. Grayscale: #4A4A4A. Windows color (decimal): -11384012 or 3427154. OLE color: 3427154.

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

Color convert

RGB 82 75 52 -
CMYK 0 0.09 0.37 0.68
HSL 46º 0.22% 0.26% -
HSV(B) 46º 0.37% 0.32% -
XYZ 6.62 7.07 4.27 -
YUV 74.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 82 75 52 0 0.09 0.37 0.68 46 0.22 0.26
Hex 52 4B 34 0 9 25 44 2E 16 1A
Octal 122 113 64 0 11 45 104 56 26 32
Binary 1010010 1001011 110100 0 1001 100101 1000100 101110 10110 11010

Color Harmonies of #524B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B34

Black with #524B34

Text Example


Text Example

White with #524B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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