Html Css Color HEX #554815 Bronze Olive

📋 copy color: '#554815'

red 85 ◦ green 72 ◦ blue 21

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

Shades of Bronze Olive #554815

Tints of Bronze Olive #554815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 47.75%
G = 40.45%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#554815 (or 0x554815) is known color: Bronze Olive. HEX triplet: 55, 48 and 15. RGB value is (85,72,21). Sum of RGB (Red+Green+Blue) = 85+72+21=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #554815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554815 is #AAB7EA. Grayscale: #464646. Windows color (decimal): -11188203 or 1394773. OLE color: 1394773.

HSL color Cylindrical-coordinate representation of color #554815: hue angle of 47.81º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #554815 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 21 -
CMYK 0 0.15 0.75 0.67
HSL 47.81º 0.6% 0.21% -
HSV(B) 47.81º 0.75% 0.33% -
XYZ 6.2 6.62 1.66 -
YUV 70.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 85 72 21 0 0.15 0.75 0.67 47.81 0.6 0.21
Hex 55 48 15 0 F 4B 43 30 3C 15
Octal 125 110 25 0 17 113 103 60 74 25
Binary 1010101 1001000 10101 0 1111 1001011 1000011 110000 111100 10101

Color Harmonies of #554815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554815

Black with #554815

Text Example


Text Example

White with #554815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554815; }

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

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

background-color css

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

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

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

border-color css

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

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

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