Html Css Color HEX #554B32 Punga

📋 copy color: '#554B32'

red 85 ◦ green 75 ◦ blue 50

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

Shades of Punga #554B32

Tints of Punga #554B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.71%

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 40.48%
G = 35.71%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#554B32 (or 0x554B32) is known color: Punga. HEX triplet: 55, 4B and 32. RGB value is (85,75,50). Sum of RGB (Red+Green+Blue) = 85+75+50=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B32 is #AAB4CD. Grayscale: #4B4B4B. Windows color (decimal): -11187406 or 3296085. OLE color: 3296085.

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

Color convert

RGB 85 75 50 -
CMYK 0 0.12 0.41 0.67
HSL 42.86º 0.26% 0.26% -
HSV(B) 42.86º 0.41% 0.33% -
XYZ 6.84 7.19 4.05 -
YUV 75.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 85 75 50 0 0.12 0.41 0.67 42.86 0.26 0.26
Hex 55 4B 32 0 C 29 43 2B 1A 1A
Octal 125 113 62 0 14 51 103 53 32 32
Binary 1010101 1001011 110010 0 1100 101001 1000011 101011 11010 11010

Color Harmonies of #554B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B32

Black with #554B32

Text Example


Text Example

White with #554B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,75,50); }

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

background-color css

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

 a { background-color: rgb(85,75,50); }

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

border-color css

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

 span { border-color: rgb(85,75,50); }

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