Html Css Color HEX #554C39 Punga

📋 copy color: '#554C39'

red 85 ◦ green 76 ◦ blue 57

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

Shades of Punga #554C39

Tints of Punga #554C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.86%

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 38.99%
G = 34.86%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#554C39 (or 0x554C39) is known color: Punga. HEX triplet: 55, 4C and 39. RGB value is (85,76,57). Sum of RGB (Red+Green+Blue) = 85+76+57=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C39 is #AAB3C6. Grayscale: #4C4C4C. Windows color (decimal): -11187143 or 3755093. OLE color: 3755093.

HSL color Cylindrical-coordinate representation of color #554C39: hue angle of 40.71º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554C39 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 57 -
CMYK 0 0.11 0.33 0.67
HSL 40.71º 0.2% 0.28% -
HSV(B) 40.71º 0.33% 0.33% -
XYZ 7.07 7.4 4.93 -
YUV 76.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 85 76 57 0 0.11 0.33 0.67 40.71 0.2 0.28
Hex 55 4C 39 0 B 21 43 29 14 1C
Octal 125 114 71 0 13 41 103 51 24 34
Binary 1010101 1001100 111001 0 1011 100001 1000011 101001 10100 11100

Color Harmonies of #554C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C39

Black with #554C39

Text Example


Text Example

White with #554C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554C39; }

 p { color: rgb(85,76,57); }

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

background-color css

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

 a { background-color: rgb(85,76,57); }

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

border-color css

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

 span { border-color: rgb(85,76,57); }

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