Html Css Color HEX #554732 Punga

📋 copy color: '#554732'

red 85 ◦ green 71 ◦ blue 50

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

Shades of Punga #554732

Tints of Punga #554732

RGB

 RED value IS 85 (33.59% from 255) = 41.26%

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 41.26%
G = 34.47%
B = 24.27%

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

#554732 (or 0x554732) is known color: Punga. HEX triplet: 55, 47 and 32. RGB value is (85,71,50). Sum of RGB (Red+Green+Blue) = 85+71+50=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554732 is #AAB8CD. Grayscale: #484848. Windows color (decimal): -11188430 or 3295061. OLE color: 3295061.

HSL color Cylindrical-coordinate representation of color #554732: hue angle of 36º 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 #554732 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 71 50 -
CMYK 0 0.16 0.41 0.67
HSL 36º 0.26% 0.26% -
HSV(B) 36º 0.41% 0.33% -
XYZ 6.58 6.67 3.96 -
YUV 72.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 85 71 50 0 0.16 0.41 0.67 36 0.26 0.26
Hex 55 47 32 0 10 29 43 24 1A 1A
Octal 125 107 62 0 20 51 103 44 32 32
Binary 1010101 1000111 110010 0 10000 101001 1000011 100100 11010 11010

Color Harmonies of #554732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554732

Black with #554732

Text Example


Text Example

White with #554732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554732; }

 p { color: rgb(85,71,50); }

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

background-color css

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

 a { background-color: rgb(85,71,50); }

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

border-color css

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

 span { border-color: rgb(85,71,50); }

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