Html Css Color HEX #534631 Punga

📋 copy color: '#534631'

red 83 ◦ green 70 ◦ blue 49

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

Shades of Punga #534631

Tints of Punga #534631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 41.09%
G = 34.65%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#534631 (or 0x534631) is known color: Punga. HEX triplet: 53, 46 and 31. RGB value is (83,70,49). Sum of RGB (Red+Green+Blue) = 83+70+49=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534631 is #ACB9CE. Grayscale: #474747. Windows color (decimal): -11319759 or 3229267. OLE color: 3229267.

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

Color convert

RGB 83 70 49 -
CMYK 0 0.16 0.41 0.67
HSL 37.06º 0.26% 0.26% -
HSV(B) 37.06º 0.41% 0.33% -
XYZ 6.31 6.44 3.82 -
YUV 71.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 83 70 49 0 0.16 0.41 0.67 37.06 0.26 0.26
Hex 53 46 31 0 10 29 43 25 1A 1A
Octal 123 106 61 0 20 51 103 45 32 32
Binary 1010011 1000110 110001 0 10000 101001 1000011 100101 11010 11010

Color Harmonies of #534631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534631

Black with #534631

Text Example


Text Example

White with #534631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534631; }

 p { color: rgb(83,70,49); }

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

background-color css

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

 a { background-color: rgb(83,70,49); }

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

border-color css

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

 span { border-color: rgb(83,70,49); }

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