Html Css Color HEX #554224 Deep Bronze

📋 copy color: '#554224'

red 85 ◦ green 66 ◦ blue 36

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

Shades of Deep Bronze #554224

Tints of Deep Bronze #554224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 36 (14.45% from 255) = 19.25%

R = 45.45%
G = 35.29%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#554224 (or 0x554224) is known color: Deep Bronze. HEX triplet: 55, 42 and 24. RGB value is (85,66,36). Sum of RGB (Red+Green+Blue) = 85+66+36=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554224 is #AABDDB. Grayscale: #444444. Windows color (decimal): -11189724 or 2376277. OLE color: 2376277.

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

Color convert

RGB 85 66 36 -
CMYK 0 0.22 0.58 0.67
HSL 36.73º 0.4% 0.24% -
HSV(B) 36.73º 0.58% 0.33% -
XYZ 6.01 5.96 2.5 -
YUV 68.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 85 66 36 0 0.22 0.58 0.67 36.73 0.4 0.24
Hex 55 42 24 0 16 3A 43 25 28 18
Octal 125 102 44 0 26 72 103 45 50 30
Binary 1010101 1000010 100100 0 10110 111010 1000011 100101 101000 11000

Color Harmonies of #554224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554224

Black with #554224

Text Example


Text Example

White with #554224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554224; }

 p { color: rgb(85,66,36); }

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

background-color css

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

 a { background-color: rgb(85,66,36); }

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

border-color css

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

 span { border-color: rgb(85,66,36); }

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