Html Css Color HEX #554227 Deep Bronze

📋 copy color: '#554227'

red 85 ◦ green 66 ◦ blue 39

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

Shades of Deep Bronze #554227

Tints of Deep Bronze #554227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.53%

R = 44.74%
G = 34.74%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#554227 (or 0x554227) is known color: Deep Bronze. HEX triplet: 55, 42 and 27. RGB value is (85,66,39). Sum of RGB (Red+Green+Blue) = 85+66+39=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554227 is #AABDD8. Grayscale: #444444. Windows color (decimal): -11189721 or 2572885. OLE color: 2572885.

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

Color convert

RGB 85 66 39 -
CMYK 0 0.22 0.54 0.67
HSL 35.22º 0.37% 0.24% -
HSV(B) 35.22º 0.54% 0.33% -
XYZ 6.06 5.97 2.75 -
YUV 68.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 85 66 39 0 0.22 0.54 0.67 35.22 0.37 0.24
Hex 55 42 27 0 16 36 43 23 25 18
Octal 125 102 47 0 26 66 103 43 45 30
Binary 1010101 1000010 100111 0 10110 110110 1000011 100011 100101 11000

Color Harmonies of #554227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554227

Black with #554227

Text Example


Text Example

White with #554227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554227; }

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

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

background-color css

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

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

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

border-color css

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

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

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