Html Css Color HEX #554831 Punga

📋 copy color: '#554831'

red 85 ◦ green 72 ◦ blue 49

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

Shades of Punga #554831

Tints of Punga #554831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 41.26%
G = 34.95%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#554831 (or 0x554831) is known color: Punga. HEX triplet: 55, 48 and 31. RGB value is (85,72,49). Sum of RGB (Red+Green+Blue) = 85+72+49=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554831 is #AAB7CE. Grayscale: #494949. Windows color (decimal): -11188175 or 3229781. OLE color: 3229781.

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

Color convert

RGB 85 72 49 -
CMYK 0 0.15 0.42 0.67
HSL 38.33º 0.27% 0.26% -
HSV(B) 38.33º 0.42% 0.33% -
XYZ 6.62 6.79 3.87 -
YUV 73.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 85 72 49 0 0.15 0.42 0.67 38.33 0.27 0.26
Hex 55 48 31 0 F 2A 43 26 1B 1A
Octal 125 110 61 0 17 52 103 46 33 32
Binary 1010101 1001000 110001 0 1111 101010 1000011 100110 11011 11010

Color Harmonies of #554831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554831

Black with #554831

Text Example


Text Example

White with #554831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554831; }

 p { color: rgb(85,72,49); }

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

background-color css

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

 a { background-color: rgb(85,72,49); }

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

border-color css

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

 span { border-color: rgb(85,72,49); }

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