Html Css Color HEX #534930 Punga

📋 copy color: '#534930'

red 83 ◦ green 73 ◦ blue 48

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

Shades of Punga #534930

Tints of Punga #534930

RGB

 RED value IS 83 (32.81% from 255) = 40.69%

 GREEN value IS 73 (28.91% from 255) = 35.78%

 BLUE value IS 48 (19.14% from 255) = 23.53%

R = 40.69%
G = 35.78%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#534930 (or 0x534930) is known color: Punga. HEX triplet: 53, 49 and 30. RGB value is (83,73,48). Sum of RGB (Red+Green+Blue) = 83+73+48=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534930 is #ACB6CF. Grayscale: #494949. Windows color (decimal): -11318992 or 3164499. OLE color: 3164499.

HSL color Cylindrical-coordinate representation of color #534930: hue angle of 42.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534930 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 48 -
CMYK 0 0.12 0.42 0.67
HSL 42.86º 0.27% 0.26% -
HSV(B) 42.86º 0.42% 0.33% -
XYZ 6.48 6.82 3.77 -
YUV 73.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 83 73 48 0 0.12 0.42 0.67 42.86 0.27 0.26
Hex 53 49 30 0 C 2A 43 2B 1B 1A
Octal 123 111 60 0 14 52 103 53 33 32
Binary 1010011 1001001 110000 0 1100 101010 1000011 101011 11011 11010

Color Harmonies of #534930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534930

Black with #534930

Text Example


Text Example

White with #534930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534930; }

 p { color: rgb(83,73,48); }

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

background-color css

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

 a { background-color: rgb(83,73,48); }

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

border-color css

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

 span { border-color: rgb(83,73,48); }

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