Html Css Color HEX #554129 Deep Bronze

📋 copy color: '#554129'

red 85 ◦ green 65 ◦ blue 41

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

Shades of Deep Bronze #554129

Tints of Deep Bronze #554129

RGB

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

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

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

R = 44.5%
G = 34.03%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#554129 (or 0x554129) is known color: Deep Bronze. HEX triplet: 55, 41 and 29. RGB value is (85,65,41). Sum of RGB (Red+Green+Blue) = 85+65+41=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554129 is #AABED6. Grayscale: #444444. Windows color (decimal): -11189975 or 2703701. OLE color: 2703701.

HSL color Cylindrical-coordinate representation of color #554129: hue angle of 32.73º 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 #554129 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 41 -
CMYK 0 0.24 0.52 0.67
HSL 32.73º 0.35% 0.25% -
HSV(B) 32.73º 0.52% 0.33% -
XYZ 6.04 5.87 2.91 -
YUV 68.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 85 65 41 0 0.24 0.52 0.67 32.73 0.35 0.25
Hex 55 41 29 0 18 34 43 21 23 19
Octal 125 101 51 0 30 64 103 41 43 31
Binary 1010101 1000001 101001 0 11000 110100 1000011 100001 100011 11001

Color Harmonies of #554129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554129

Black with #554129

Text Example


Text Example

White with #554129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554129; }

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

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

background-color css

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

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

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

border-color css

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

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

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