Html Css Color HEX #554115 Bronze Olive

📋 copy color: '#554115'

red 85 ◦ green 65 ◦ blue 21

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

Shades of Bronze Olive #554115

Tints of Bronze Olive #554115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

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

R = 49.71%
G = 38.01%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#554115 (or 0x554115) is known color: Bronze Olive. HEX triplet: 55, 41 and 15. RGB value is (85,65,21). Sum of RGB (Red+Green+Blue) = 85+65+21=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554115 is #AABEEA. Grayscale: #424242. Windows color (decimal): -11189995 or 1392981. OLE color: 1392981.

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

Color convert

RGB 85 65 21 -
CMYK 0 0.24 0.75 0.67
HSL 41.25º 0.6% 0.21% -
HSV(B) 41.25º 0.75% 0.33% -
XYZ 5.77 5.77 1.52 -
YUV 65.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 85 65 21 0 0.24 0.75 0.67 41.25 0.6 0.21
Hex 55 41 15 0 18 4B 43 29 3C 15
Octal 125 101 25 0 30 113 103 51 74 25
Binary 1010101 1000001 10101 0 11000 1001011 1000011 101001 111100 10101

Color Harmonies of #554115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554115

Black with #554115

Text Example


Text Example

White with #554115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554115; }

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

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

background-color css

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

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

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

border-color css

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

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

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