Html Css Color HEX #554231 Deep Bronze

📋 copy color: '#554231'

red 85 ◦ green 66 ◦ blue 49

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

Shades of Deep Bronze #554231

Tints of Deep Bronze #554231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 42.5%
G = 33%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#554231 (or 0x554231) is known color: Deep Bronze. HEX triplet: 55, 42 and 31. RGB value is (85,66,49). Sum of RGB (Red+Green+Blue) = 85+66+49=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #554231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554231 is #AABDCE. Grayscale: #454545. Windows color (decimal): -11189711 or 3228245. OLE color: 3228245.

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

Color convert

RGB 85 66 49 -
CMYK 0 0.22 0.42 0.67
HSL 28.33º 0.27% 0.26% -
HSV(B) 28.33º 0.42% 0.33% -
XYZ 6.25 6.05 3.74 -
YUV 69.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 85 66 49 0 0.22 0.42 0.67 28.33 0.27 0.26
Hex 55 42 31 0 16 2A 43 1C 1B 1A
Octal 125 102 61 0 26 52 103 34 33 32
Binary 1010101 1000010 110001 0 10110 101010 1000011 11100 11011 11010

Color Harmonies of #554231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554231

Black with #554231

Text Example


Text Example

White with #554231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554231; }

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

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

background-color css

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

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

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

border-color css

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

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

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