Html Css Color HEX #534834 Punga

📋 copy color: '#534834'

red 83 ◦ green 72 ◦ blue 52

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

Shades of Punga #534834

Tints of Punga #534834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

 BLUE value IS 52 (20.7% from 255) = 25.12%

R = 40.1%
G = 34.78%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#534834 (or 0x534834) is known color: Punga. HEX triplet: 53, 48 and 34. RGB value is (83,72,52). Sum of RGB (Red+Green+Blue) = 83+72+52=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534834 is #ACB7CB. Grayscale: #494949. Windows color (decimal): -11319244 or 3426387. OLE color: 3426387.

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

Color convert

RGB 83 72 52 -
CMYK 0 0.13 0.37 0.67
HSL 38.71º 0.23% 0.26% -
HSV(B) 38.71º 0.37% 0.33% -
XYZ 6.5 6.72 4.2 -
YUV 73.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 83 72 52 0 0.13 0.37 0.67 38.71 0.23 0.26
Hex 53 48 34 0 D 25 43 27 17 1A
Octal 123 110 64 0 15 45 103 47 27 32
Binary 1010011 1001000 110100 0 1101 100101 1000011 100111 10111 11010

Color Harmonies of #534834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534834

Black with #534834

Text Example


Text Example

White with #534834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534834; }

 p { color: rgb(83,72,52); }

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

background-color css

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

 a { background-color: rgb(83,72,52); }

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

border-color css

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

 span { border-color: rgb(83,72,52); }

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