Html Css Color HEX #524B38 Punga

📋 copy color: '#524B38'

red 82 ◦ green 75 ◦ blue 56

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

Shades of Punga #524B38

Tints of Punga #524B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.29%

R = 38.5%
G = 35.21%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#524B38 (or 0x524B38) is known color: Punga. HEX triplet: 52, 4B and 38. RGB value is (82,75,56). Sum of RGB (Red+Green+Blue) = 82+75+56=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #524B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B38 is #ADB4C7. Grayscale: #4B4B4B. Windows color (decimal): -11384008 or 3689298. OLE color: 3689298.

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

Color convert

RGB 82 75 56 -
CMYK 0 0.09 0.32 0.68
HSL 43.85º 0.19% 0.27% -
HSV(B) 43.85º 0.32% 0.32% -
XYZ 6.71 7.11 4.76 -
YUV 74.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 82 75 56 0 0.09 0.32 0.68 43.85 0.19 0.27
Hex 52 4B 38 0 9 20 44 2C 13 1B
Octal 122 113 70 0 11 40 104 54 23 33
Binary 1010010 1001011 111000 0 1001 100000 1000100 101100 10011 11011

Color Harmonies of #524B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B38

Black with #524B38

Text Example


Text Example

White with #524B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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