Html Css Color HEX #554C36 Punga

📋 copy color: '#554C36'

red 85 ◦ green 76 ◦ blue 54

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

Shades of Punga #554C36

Tints of Punga #554C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.12%

R = 39.53%
G = 35.35%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#554C36 (or 0x554C36) is known color: Punga. HEX triplet: 55, 4C and 36. RGB value is (85,76,54). Sum of RGB (Red+Green+Blue) = 85+76+54=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C36 is #AAB3C9. Grayscale: #4C4C4C. Windows color (decimal): -11187146 or 3558485. OLE color: 3558485.

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

Color convert

RGB 85 76 54 -
CMYK 0 0.11 0.36 0.67
HSL 42.58º 0.22% 0.27% -
HSV(B) 42.58º 0.36% 0.33% -
XYZ 7 7.37 4.54 -
YUV 76.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 85 76 54 0 0.11 0.36 0.67 42.58 0.22 0.27
Hex 55 4C 36 0 B 24 43 2B 16 1B
Octal 125 114 66 0 13 44 103 53 26 33
Binary 1010101 1001100 110110 0 1011 100100 1000011 101011 10110 11011

Color Harmonies of #554C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C36

Black with #554C36

Text Example


Text Example

White with #554C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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