Html Css Color HEX #534628 Punga

📋 copy color: '#534628'

red 83 ◦ green 70 ◦ blue 40

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

Shades of Punga #534628

Tints of Punga #534628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 43.01%
G = 36.27%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#534628 (or 0x534628) is known color: Punga. HEX triplet: 53, 46 and 28. RGB value is (83,70,40). Sum of RGB (Red+Green+Blue) = 83+70+40=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534628 is #ACB9D7. Grayscale: #464646. Windows color (decimal): -11319768 or 2639443. OLE color: 2639443.

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

Color convert

RGB 83 70 40 -
CMYK 0 0.16 0.52 0.67
HSL 41.86º 0.35% 0.24% -
HSV(B) 41.86º 0.52% 0.33% -
XYZ 6.14 6.37 2.91 -
YUV 70.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 83 70 40 0 0.16 0.52 0.67 41.86 0.35 0.24
Hex 53 46 28 0 10 34 43 2A 23 18
Octal 123 106 50 0 20 64 103 52 43 30
Binary 1010011 1000110 101000 0 10000 110100 1000011 101010 100011 11000

Color Harmonies of #534628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534628

Black with #534628

Text Example


Text Example

White with #534628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534628; }

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

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

background-color css

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

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

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

border-color css

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

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

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