Html Css Color HEX #554329 Deep Bronze

📋 copy color: '#554329'

red 85 ◦ green 67 ◦ blue 41

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

Shades of Deep Bronze #554329

Tints of Deep Bronze #554329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.72%

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 44.04%
G = 34.72%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#554329 (or 0x554329) is known color: Deep Bronze. HEX triplet: 55, 43 and 29. RGB value is (85,67,41). Sum of RGB (Red+Green+Blue) = 85+67+41=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554329 is #AABCD6. Grayscale: #454545. Windows color (decimal): -11189463 or 2704213. OLE color: 2704213.

HSL color Cylindrical-coordinate representation of color #554329: hue angle of 35.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554329 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 67 41 -
CMYK 0 0.21 0.52 0.67
HSL 35.45º 0.35% 0.25% -
HSV(B) 35.45º 0.52% 0.33% -
XYZ 6.15 6.11 2.95 -
YUV 69.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 85 67 41 0 0.21 0.52 0.67 35.45 0.35 0.25
Hex 55 43 29 0 15 34 43 23 23 19
Octal 125 103 51 0 25 64 103 43 43 31
Binary 1010101 1000011 101001 0 10101 110100 1000011 100011 100011 11001

Color Harmonies of #554329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554329

Black with #554329

Text Example


Text Example

White with #554329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554329; }

 p { color: rgb(85,67,41); }

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

background-color css

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

 a { background-color: rgb(85,67,41); }

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

border-color css

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

 span { border-color: rgb(85,67,41); }

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