Html Css Color HEX #534A30 Punga

📋 copy color: '#534A30'

red 83 ◦ green 74 ◦ blue 48

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

Shades of Punga #534A30

Tints of Punga #534A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.1%

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

R = 40.49%
G = 36.1%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#534A30 (or 0x534A30) is known color: Punga. HEX triplet: 53, 4A and 30. RGB value is (83,74,48). Sum of RGB (Red+Green+Blue) = 83+74+48=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A30 is #ACB5CF. Grayscale: #494949. Windows color (decimal): -11318736 or 3164755. OLE color: 3164755.

HSL color Cylindrical-coordinate representation of color #534A30: hue angle of 44.57º 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 #534A30 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 48 -
CMYK 0 0.11 0.42 0.67
HSL 44.57º 0.27% 0.26% -
HSV(B) 44.57º 0.42% 0.33% -
XYZ 6.55 6.95 3.79 -
YUV 73.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 83 74 48 0 0.11 0.42 0.67 44.57 0.27 0.26
Hex 53 4A 30 0 B 2A 43 2D 1B 1A
Octal 123 112 60 0 13 52 103 55 33 32
Binary 1010011 1001010 110000 0 1011 101010 1000011 101101 11011 11010

Color Harmonies of #534A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A30

Black with #534A30

Text Example


Text Example

White with #534A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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