Html Css Color HEX #554728 Bronze Olive

📋 copy color: '#554728'

red 85 ◦ green 71 ◦ blue 40

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

Shades of Bronze Olive #554728

Tints of Bronze Olive #554728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 43.37%
G = 36.22%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#554728 (or 0x554728) is known color: Bronze Olive. HEX triplet: 55, 47 and 28. RGB value is (85,71,40). Sum of RGB (Red+Green+Blue) = 85+71+40=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554728 is #AAB8D7. Grayscale: #474747. Windows color (decimal): -11188440 or 2639701. OLE color: 2639701.

HSL color Cylindrical-coordinate representation of color #554728: hue angle of 41.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 #554728 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 71 40 -
CMYK 0 0.16 0.53 0.67
HSL 41.33º 0.36% 0.25% -
HSV(B) 41.33º 0.53% 0.33% -
XYZ 6.38 6.59 2.94 -
YUV 71.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 85 71 40 0 0.16 0.53 0.67 41.33 0.36 0.25
Hex 55 47 28 0 10 35 43 29 24 19
Octal 125 107 50 0 20 65 103 51 44 31
Binary 1010101 1000111 101000 0 10000 110101 1000011 101001 100100 11001

Color Harmonies of #554728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554728

Black with #554728

Text Example


Text Example

White with #554728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554728; }

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

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

background-color css

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

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

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

border-color css

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

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

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