Html Css Color HEX #554428 Deep Bronze

📋 copy color: '#554428'

red 85 ◦ green 68 ◦ blue 40

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

Shades of Deep Bronze #554428

Tints of Deep Bronze #554428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.23%

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 44.04%
G = 35.23%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#554428 (or 0x554428) is known color: Deep Bronze. HEX triplet: 55, 44 and 28. RGB value is (85,68,40). Sum of RGB (Red+Green+Blue) = 85+68+40=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554428 is #AABBD7. Grayscale: #464646. Windows color (decimal): -11189208 or 2638933. OLE color: 2638933.

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

Color convert

RGB 85 68 40 -
CMYK 0 0.20 0.53 0.67
HSL 37.33º 0.36% 0.25% -
HSV(B) 37.33º 0.53% 0.33% -
XYZ 6.2 6.22 2.88 -
YUV 69.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 85 68 40 0 0.20 0.53 0.67 37.33 0.36 0.25
Hex 55 44 28 0 14 35 43 25 24 19
Octal 125 104 50 0 24 65 103 45 44 31
Binary 1010101 1000100 101000 0 10100 110101 1000011 100101 100100 11001

Color Harmonies of #554428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554428

Black with #554428

Text Example


Text Example

White with #554428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554428; }

 p { color: rgb(85,68,40); }

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

background-color css

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

 a { background-color: rgb(85,68,40); }

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

border-color css

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

 span { border-color: rgb(85,68,40); }

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