Html Css Color HEX #534833 Punga

📋 copy color: '#534833'

red 83 ◦ green 72 ◦ blue 51

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

Shades of Punga #534833

Tints of Punga #534833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.76%

R = 40.29%
G = 34.95%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#534833 (or 0x534833) is known color: Punga. HEX triplet: 53, 48 and 33. RGB value is (83,72,51). Sum of RGB (Red+Green+Blue) = 83+72+51=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534833 is #ACB7CC. Grayscale: #484848. Windows color (decimal): -11319245 or 3360851. OLE color: 3360851.

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

Color convert

RGB 83 72 51 -
CMYK 0 0.13 0.39 0.67
HSL 39.38º 0.24% 0.26% -
HSV(B) 39.38º 0.39% 0.33% -
XYZ 6.48 6.71 4.09 -
YUV 72.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 83 72 51 0 0.13 0.39 0.67 39.38 0.24 0.26
Hex 53 48 33 0 D 27 43 27 18 1A
Octal 123 110 63 0 15 47 103 47 30 32
Binary 1010011 1001000 110011 0 1101 100111 1000011 100111 11000 11010

Color Harmonies of #534833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534833

Black with #534833

Text Example


Text Example

White with #534833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534833; }

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

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

background-color css

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

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

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

border-color css

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

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

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