Html Css Color HEX #554A2D Punga

📋 copy color: '#554A2D'

red 85 ◦ green 74 ◦ blue 45

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

Shades of Punga #554A2D

Tints of Punga #554A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.27%

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 41.67%
G = 36.27%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#554A2D (or 0x554A2D) is known color: Punga. HEX triplet: 55, 4A and 2D. RGB value is (85,74,45). Sum of RGB (Red+Green+Blue) = 85+74+45=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A2D is #AAB5D2. Grayscale: #4A4A4A. Windows color (decimal): -11187667 or 2968149. OLE color: 2968149.

HSL color Cylindrical-coordinate representation of color #554A2D: hue angle of 43.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554A2D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 45 -
CMYK 0 0.13 0.47 0.67
HSL 43.5º 0.31% 0.25% -
HSV(B) 43.5º 0.47% 0.33% -
XYZ 6.67 7.02 3.49 -
YUV 73.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 85 74 45 0 0.13 0.47 0.67 43.5 0.31 0.25
Hex 55 4A 2D 0 D 2F 43 2C 1F 19
Octal 125 112 55 0 15 57 103 54 37 31
Binary 1010101 1001010 101101 0 1101 101111 1000011 101100 11111 11001

Color Harmonies of #554A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A2D

Black with #554A2D

Text Example


Text Example

White with #554A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,45); }

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

background-color css

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

 a { background-color: rgb(85,74,45); }

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

border-color css

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

 span { border-color: rgb(85,74,45); }

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