Html Css Color HEX #554C37 Punga

📋 copy color: '#554C37'

red 85 ◦ green 76 ◦ blue 55

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

Shades of Punga #554C37

Tints of Punga #554C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.46%

R = 39.35%
G = 35.19%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#554C37 (or 0x554C37) is known color: Punga. HEX triplet: 55, 4C and 37. RGB value is (85,76,55). Sum of RGB (Red+Green+Blue) = 85+76+55=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #554C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C37 is #AAB3C8. Grayscale: #4C4C4C. Windows color (decimal): -11187145 or 3624021. OLE color: 3624021.

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

Color convert

RGB 85 76 55 -
CMYK 0 0.11 0.35 0.67
HSL 42º 0.21% 0.27% -
HSV(B) 42º 0.35% 0.33% -
XYZ 7.02 7.38 4.67 -
YUV 76.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 85 76 55 0 0.11 0.35 0.67 42 0.21 0.27
Hex 55 4C 37 0 B 23 43 2A 15 1B
Octal 125 114 67 0 13 43 103 52 25 33
Binary 1010101 1001100 110111 0 1011 100011 1000011 101010 10101 11011

Color Harmonies of #554C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C37

Black with #554C37

Text Example


Text Example

White with #554C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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