Html Css Color HEX #554828 Bronze Olive

📋 copy color: '#554828'

red 85 ◦ green 72 ◦ blue 40

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

Shades of Bronze Olive #554828

Tints of Bronze Olive #554828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

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

R = 43.15%
G = 36.55%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#554828 (or 0x554828) is known color: Bronze Olive. HEX triplet: 55, 48 and 28. RGB value is (85,72,40). Sum of RGB (Red+Green+Blue) = 85+72+40=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554828 is #AAB7D7. Grayscale: #484848. Windows color (decimal): -11188184 or 2639957. OLE color: 2639957.

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

Color convert

RGB 85 72 40 -
CMYK 0 0.15 0.53 0.67
HSL 42.67º 0.36% 0.25% -
HSV(B) 42.67º 0.53% 0.33% -
XYZ 6.45 6.72 2.96 -
YUV 72.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 85 72 40 0 0.15 0.53 0.67 42.67 0.36 0.25
Hex 55 48 28 0 F 35 43 2B 24 19
Octal 125 110 50 0 17 65 103 53 44 31
Binary 1010101 1001000 101000 0 1111 110101 1000011 101011 100100 11001

Color Harmonies of #554828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554828

Black with #554828

Text Example


Text Example

White with #554828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554828; }

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

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

background-color css

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

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

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

border-color css

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

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

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