Html Css Color HEX #534629 Punga

📋 copy color: '#534629'

red 83 ◦ green 70 ◦ blue 41

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

Shades of Punga #534629

Tints of Punga #534629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.13%

R = 42.78%
G = 36.08%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#534629 (or 0x534629) is known color: Punga. HEX triplet: 53, 46 and 29. RGB value is (83,70,41). Sum of RGB (Red+Green+Blue) = 83+70+41=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534629 is #ACB9D6. Grayscale: #464646. Windows color (decimal): -11319767 or 2704979. OLE color: 2704979.

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

Color convert

RGB 83 70 41 -
CMYK 0 0.16 0.51 0.67
HSL 41.43º 0.34% 0.24% -
HSV(B) 41.43º 0.51% 0.33% -
XYZ 6.16 6.38 3 -
YUV 70.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 83 70 41 0 0.16 0.51 0.67 41.43 0.34 0.24
Hex 53 46 29 0 10 33 43 29 22 18
Octal 123 106 51 0 20 63 103 51 42 30
Binary 1010011 1000110 101001 0 10000 110011 1000011 101001 100010 11000

Color Harmonies of #534629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534629

Black with #534629

Text Example


Text Example

White with #534629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534629; }

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

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

background-color css

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

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

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

border-color css

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

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

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