Html Css Color HEX #554532 Deep Bronze

📋 copy color: '#554532'

red 85 ◦ green 69 ◦ blue 50

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

Shades of Deep Bronze #554532

Tints of Deep Bronze #554532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

 BLUE value IS 50 (19.92% from 255) = 24.51%

R = 41.67%
G = 33.82%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#554532 (or 0x554532) is known color: Deep Bronze. HEX triplet: 55, 45 and 32. RGB value is (85,69,50). Sum of RGB (Red+Green+Blue) = 85+69+50=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554532 is #AABACD. Grayscale: #474747. Windows color (decimal): -11188942 or 3294549. OLE color: 3294549.

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

Color convert

RGB 85 69 50 -
CMYK 0 0.19 0.41 0.67
HSL 32.57º 0.26% 0.26% -
HSV(B) 32.57º 0.41% 0.33% -
XYZ 6.45 6.42 3.92 -
YUV 71.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 85 69 50 0 0.19 0.41 0.67 32.57 0.26 0.26
Hex 55 45 32 0 13 29 43 21 1A 1A
Octal 125 105 62 0 23 51 103 41 32 32
Binary 1010101 1000101 110010 0 10011 101001 1000011 100001 11010 11010

Color Harmonies of #554532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554532

Black with #554532

Text Example


Text Example

White with #554532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554532; }

 p { color: rgb(85,69,50); }

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

background-color css

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

 a { background-color: rgb(85,69,50); }

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

border-color css

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

 span { border-color: rgb(85,69,50); }

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