Html Css Color HEX #554121 Deep Bronze

📋 copy color: '#554121'

red 85 ◦ green 65 ◦ blue 33

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

Shades of Deep Bronze #554121

Tints of Deep Bronze #554121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 46.45%
G = 35.52%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#554121 (or 0x554121) is known color: Deep Bronze. HEX triplet: 55, 41 and 21. RGB value is (85,65,33). Sum of RGB (Red+Green+Blue) = 85+65+33=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #554121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554121 is #AABEDE. Grayscale: #434343. Windows color (decimal): -11189983 or 2179413. OLE color: 2179413.

HSL color Cylindrical-coordinate representation of color #554121: hue angle of 36.92º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554121 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 33 -
CMYK 0 0.24 0.61 0.67
HSL 36.92º 0.44% 0.23% -
HSV(B) 36.92º 0.61% 0.33% -
XYZ 5.91 5.82 2.25 -
YUV 67.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 85 65 33 0 0.24 0.61 0.67 36.92 0.44 0.23
Hex 55 41 21 0 18 3D 43 25 2C 17
Octal 125 101 41 0 30 75 103 45 54 27
Binary 1010101 1000001 100001 0 11000 111101 1000011 100101 101100 10111

Color Harmonies of #554121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554121

Black with #554121

Text Example


Text Example

White with #554121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554121; }

 p { color: rgb(85,65,33); }

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

background-color css

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

 a { background-color: rgb(85,65,33); }

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

border-color css

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

 span { border-color: rgb(85,65,33); }

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