Html Css Color HEX #534A38 Punga

📋 copy color: '#534A38'

red 83 ◦ green 74 ◦ blue 56

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

Shades of Punga #534A38

Tints of Punga #534A38

RGB

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

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

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

R = 38.97%
G = 34.74%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#534A38 (or 0x534A38) is known color: Punga. HEX triplet: 53, 4A and 38. RGB value is (83,74,56). Sum of RGB (Red+Green+Blue) = 83+74+56=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #534A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A38 is #ACB5C7. Grayscale: #4A4A4A. Windows color (decimal): -11318728 or 3689043. OLE color: 3689043.

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

Color convert

RGB 83 74 56 -
CMYK 0 0.11 0.33 0.67
HSL 40º 0.19% 0.27% -
HSV(B) 40º 0.33% 0.33% -
XYZ 6.73 7.02 4.74 -
YUV 74.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 83 74 56 0 0.11 0.33 0.67 40 0.19 0.27
Hex 53 4A 38 0 B 21 43 28 13 1B
Octal 123 112 70 0 13 41 103 50 23 33
Binary 1010011 1001010 111000 0 1011 100001 1000011 101000 10011 11011

Color Harmonies of #534A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A38

Black with #534A38

Text Example


Text Example

White with #534A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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