Html Css Color HEX #554B2D Punga

📋 copy color: '#554B2D'

red 85 ◦ green 75 ◦ blue 45

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

Shades of Punga #554B2D

Tints of Punga #554B2D

RGB

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

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

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

R = 41.46%
G = 36.59%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#554B2D (or 0x554B2D) is known color: Punga. HEX triplet: 55, 4B and 2D. RGB value is (85,75,45). Sum of RGB (Red+Green+Blue) = 85+75+45=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B2D is #AAB4D2. Grayscale: #4A4A4A. Windows color (decimal): -11187411 or 2968405. OLE color: 2968405.

HSL color Cylindrical-coordinate representation of color #554B2D: hue angle of 45º 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 #554B2D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 75 45 -
CMYK 0 0.12 0.47 0.67
HSL 45º 0.31% 0.25% -
HSV(B) 45º 0.47% 0.33% -
XYZ 6.74 7.15 3.51 -
YUV 74.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 85 75 45 0 0.12 0.47 0.67 45 0.31 0.25
Hex 55 4B 2D 0 C 2F 43 2D 1F 19
Octal 125 113 55 0 14 57 103 55 37 31
Binary 1010101 1001011 101101 0 1100 101111 1000011 101101 11111 11001

Color Harmonies of #554B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B2D

Black with #554B2D

Text Example


Text Example

White with #554B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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