Html Css Color HEX #534A36 Punga

📋 copy color: '#534A36'

red 83 ◦ green 74 ◦ blue 54

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

Shades of Punga #534A36

Tints of Punga #534A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 39.34%
G = 35.07%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#534A36 (or 0x534A36) is known color: Punga. HEX triplet: 53, 4A and 36. RGB value is (83,74,54). Sum of RGB (Red+Green+Blue) = 83+74+54=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #534A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A36 is #ACB5C9. Grayscale: #4A4A4A. Windows color (decimal): -11318730 or 3557971. OLE color: 3557971.

HSL color Cylindrical-coordinate representation of color #534A36: hue angle of 41.38º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #534A36 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 54 -
CMYK 0 0.11 0.35 0.67
HSL 41.38º 0.21% 0.27% -
HSV(B) 41.38º 0.35% 0.33% -
XYZ 6.68 7 4.49 -
YUV 74.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 83 74 54 0 0.11 0.35 0.67 41.38 0.21 0.27
Hex 53 4A 36 0 B 23 43 29 15 1B
Octal 123 112 66 0 13 43 103 51 25 33
Binary 1010011 1001010 110110 0 1011 100011 1000011 101001 10101 11011

Color Harmonies of #534A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A36

Black with #534A36

Text Example


Text Example

White with #534A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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