Html Css Color HEX #554D35 Punga

📋 copy color: '#554D35'

red 85 ◦ green 77 ◦ blue 53

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

Shades of Punga #554D35

Tints of Punga #554D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.81%

 BLUE value IS 53 (21.09% from 255) = 24.65%

R = 39.53%
G = 35.81%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#554D35 (or 0x554D35) is known color: Punga. HEX triplet: 55, 4D and 35. RGB value is (85,77,53). Sum of RGB (Red+Green+Blue) = 85+77+53=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D35 is #AAB2CA. Grayscale: #4C4C4C. Windows color (decimal): -11186891 or 3493205. OLE color: 3493205.

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

Color convert

RGB 85 77 53 -
CMYK 0 0.09 0.38 0.67
HSL 45º 0.23% 0.27% -
HSV(B) 45º 0.38% 0.33% -
XYZ 7.04 7.5 4.44 -
YUV 76.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 85 77 53 0 0.09 0.38 0.67 45 0.23 0.27
Hex 55 4D 35 0 9 26 43 2D 17 1B
Octal 125 115 65 0 11 46 103 55 27 33
Binary 1010101 1001101 110101 0 1001 100110 1000011 101101 10111 11011

Color Harmonies of #554D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D35

Black with #554D35

Text Example


Text Example

White with #554D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,77,53); }

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

background-color css

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

 a { background-color: rgb(85,77,53); }

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

border-color css

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

 span { border-color: rgb(85,77,53); }

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